1- #
2- # Be sure to run `pod spec lint CNPPopupController.podspec' to ensure this is a
3- # valid spec and to remove all comments including this before submitting the spec.
4- #
5- # To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
6- # To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
7- #
8-
91Pod ::Spec . new do |s |
10-
11- # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
12- #
13- # These will help people to find your library, and whilst it
14- # can feel like a chore to fill in it's definitely to your advantage. The
15- # summary should be tweet-length, and the description more in depth.
16- #
17-
182 s . name = "CNPPopupController"
19- s . version = "0.3.1 "
3+ s . version = "0.3.2 "
204 s . summary = "A versatile popup for iOS"
215
226 s . description = <<-DESC
@@ -31,102 +15,12 @@ Pod::Spec.new do |s|
3115
3216 s . homepage = "https://github.com/carsonperrotti/CNPPopupController"
3317 s . screenshots = "https://raw.githubusercontent.com/carsonperrotti/CNPPopupController/master/CNPPopupControllerExample/CNPPopupController.gif"
34-
35-
36- # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
37- #
38- # Licensing your code is important. See http://choosealicense.com for more info.
39- # CocoaPods will detect a license file if there is a named LICENSE*
40- # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
41- #
42-
4318 s . license = { :type => "Apache License, Version 2.0" , :file => "LICENSE" }
44-
45-
46- # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
47- #
48- # Specify the authors of the library, with email addresses. Email addresses
49- # of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also
50- # accepts just a name if you'd rather not provide an email address.
51- #
52- # Specify a social_media_url where others can refer to, for example a twitter
53- # profile URL.
54- #
55-
56- # s.author = { "Carson Perrotti" => "[email protected] " } 5719 s . author = "Carson Perrotti"
58- # s.authors = { "Carson Perrotti" => "[email protected] " } 59- # s.social_media_url = "http://twitter.com/Carson Perrotti"
60-
61- # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
62- #
63- # If this Pod runs only on iOS or OS X, then specify the platform and
64- # the deployment target. You can optionally include the target after the platform.
65- #
66-
20+ s . social_media_url = "http://twitter.com/carsonp"
6721 s . platform = :ios , "6.0"
68-
69- # When using multiple platforms
70- # s.ios.deployment_target = "5.0"
71- # s.osx.deployment_target = "10.7"
72-
73-
74- # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
75- #
76- # Specify the location from where the source should be retrieved.
77- # Supports git, hg, bzr, svn and HTTP.
78- #
79-
80- s . source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git" , :tag => "0.3.1" }
81-
82-
83- # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
84- #
85- # CocoaPods is smart about how it includes source code. For source files
86- # giving a folder will include any h, m, mm, c & cpp files. For header
87- # files it will include any header in the folder.
88- # Not including the public_header_files will make all headers public.
89- #
90-
22+ s . source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git" , :tag => "0.3.2" }
9123 s . source_files = "CNPPopupController" , "CNPPopupController/*.{h,m}"
92- # s.public_header_files = "Classes/**/*.h"
93-
94-
95- # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
96- #
97- # A list of resources included with the Pod. These are copied into the
98- # target bundle with a build phase script. Anything else will be cleaned.
99- # You can preserve files from being cleaned, please don't preserve
100- # non-essential files like tests, examples and documentation.
101- #
102-
103- # s.resource = "icon.png"
104- # s.resources = "Resources/*.png"
105-
106- # s.preserve_paths = "FilesToSave", "MoreFilesToSave"
107-
108-
109- # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
110- #
111- # Link your library with frameworks, or libraries. Libraries do not include
112- # the lib prefix of their name.
113- #
114-
11524 s . framework = "UIKit"
116- # s.frameworks = "SomeFramework", "AnotherFramework"
117-
118- # s.library = "iconv"
119- # s.libraries = "iconv", "xml2"
120-
121-
122- # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
123- #
124- # If your library depends on compiler flags you can set them in the xcconfig hash
125- # where they will only apply to your library. If you depend on other Podspecs
126- # you can include multiple dependencies to ensure it works.
127-
12825 s . requires_arc = true
129-
130- # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
131-
13226end
0 commit comments