Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Commit

Permalink
Rename podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Perrotti committed Sep 30, 2014
1 parent d44a20f commit 9a05f0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CNPPopoverController.podspec → CNPPopupController.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Be sure to run `pod spec lint CNPPopoverController.podspec' to ensure this is a
# Be sure to run `pod spec lint CNPPopupController.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
# summary should be tweet-length, and the description more in depth.
#

s.name = "CNPPopoverController"
s.name = "CNPPopupController"
s.version = "0.0.1"
s.summary = "A versatile popup for iOS"

Expand Down Expand Up @@ -88,7 +88,7 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#

s.source_files = "CNPPopoverController", "CNPPopoverController/*.{h,m}"
s.source_files = "CNPPopupController", "CNPPopupController/*.{h,m}"
# s.public_header_files = "Classes/**/*.h"


Expand Down

0 comments on commit 9a05f0a

Please sign in to comment.