Skip to content

Commit 5d10978

Browse files
committed
Update Podspec
1 parent 2d3af6c commit 5d10978

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.0

CFNotify.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::Spec.new do |s|
22
s.name = "CFNotify"
3-
s.version = "0.0.1"
3+
s.version = "0.9.0"
44
s.summary = "A customizable framework to create draggable views"
5-
s.homepage = "http://EXAMPLE/CFNotify"
5+
s.homepage = "https://github.com/hallelujahbaby/CFNotify"
66
s.license = { :type => "MIT", :file => "LICENSE" }
77

88
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.social_media_url = "http://co-fire.com"
1212
s.platform = :ios, "9.0"
1313
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}"
1515
s.resources = "CFResources/**/*.png"
1616
s.frameworks = 'UIKit'
1717
s.requires_arc = true

0 commit comments

Comments
 (0)