@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616 #
1717
1818 s . name = "ShadowView"
19- s . version = " 1.0.1"
19+ s . version = ' 1.0.2'
2020 s . summary = "ShadowView makes view's shadow implementation easy and sweet"
2121
2222 # This description is used to generate tags and improve search results.
@@ -25,8 +25,8 @@ Pod::Spec.new do |s|
2525 # * Write the description between the DESC delimiters below.
2626 # * Finally, don't worry about the indent, CocoaPods strips it!
2727 s . description = <<-DESC
28- Add simple shadows or add a gaussian blurred projection (as a shadow) to any UIView.
29- DESC
28+ Add simple shadows or add a gaussian blurred projection (as a shadow) to any UIView.
29+ DESC
3030
3131 s . homepage = "https://github.com/PierrePerrin/ShadowView"
3232 # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
@@ -65,7 +65,7 @@ Pod::Spec.new do |s|
6565 #
6666
6767 # s.platform = :ios
68- s . platform = :ios , "9 .0"
68+ s . platform = :ios , "8 .0"
6969
7070 # When using multiple platforms
7171 # s.ios.deployment_target = "5.0"
@@ -80,7 +80,7 @@ Pod::Spec.new do |s|
8080 # Supports git, hg, bzr, svn and HTTP.
8181 #
8282
83- s . source = { :git => " https://github.com/PierrePerrin/ShadowView.git" , :tag => " #{ s . version } " }
83+ s . source = { :git => ' https://github.com/PierrePerrin/ShadowView.git' , :tag => s . version . to_s }
8484
8585
8686 # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -91,7 +91,7 @@ Pod::Spec.new do |s|
9191 # Not including the public_header_files will make all headers public.
9292 #
9393
94- s . source_files = " Sources", "ShadowView/ShadowView/"
94+ s . source_files = ' Sources", "ShadowView/ShadowView/*.swift'
9595 #s.exclude_files = "Classes/Exclude"
9696
9797 # s.public_header_files = "Classes/**/*.h"
@@ -119,7 +119,7 @@ Pod::Spec.new do |s|
119119
120120 # s.framework = "SomeFramework"
121121 # s.frameworks = "SomeFramework", "AnotherFramework"
122- s . frameworks = 'Foundation' , 'UIKit'
122+ # s.frameworks = 'Foundation', 'UIKit'
123123
124124 # s.library = "iconv"
125125 # s.libraries = "iconv", "xml2"
@@ -136,7 +136,7 @@ Pod::Spec.new do |s|
136136 # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
137137 # s.dependency "JSONKit", "~> 1.4"
138138
139- s . pod_target_xcconfig = { 'SWIFT_VERSION' => '3.1' }
139+ s . pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
140140 s . requires_arc = true
141141
142142end
0 commit comments