File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ 4.0
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "CFNotify"
3
- s . version = "0.0.1 "
3
+ s . version = "0.9.0 "
4
4
s . summary = "A customizable framework to create draggable views"
5
- s . homepage = "http ://EXAMPLE /CFNotify"
5
+ s . homepage = "https ://github.com/hallelujahbaby /CFNotify"
6
6
s . license = { :type => "MIT" , :file => "LICENSE" }
7
7
8
8
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
s . social_media_url = "http://co-fire.com"
12
12
s . platform = :ios , "9.0"
13
13
s . source = { :git => "https://github.com/hallelujahbaby/CFNotify.git" , :tag => "0.9.0" }
14
- s . source_files = "CFNotify" , "Classes /**/*.{swift,h}"
14
+ s . source_files = "CFNotify" , "CFNotify /**/*.{swift,h}"
15
15
s . resources = "CFResources/**/*.png"
16
16
s . frameworks = 'UIKit'
17
17
s . requires_arc = true
You can’t perform that action at this time.
0 commit comments