@@ -18,6 +18,7 @@ Pod::Spec.new do |s|
1818 s . name = "SPPermission"
1919 s . version = "2.0"
2020 s . summary = "Simpple request permissions with dialog alert"
21+ s . swift_version = '4.2'
2122
2223 # This description is used to generate tags and improve search results.
2324 # * Think: What does it do? Why did you write it? What is the focus?
@@ -29,7 +30,7 @@ Pod::Spec.new do |s|
2930 DESC
3031
3132 s . homepage = "https://github.com/IvanVorobei/RequestPermission"
32- # s.screenshots = "www.example.com/screenshots_1.gif", "www.example. com/screenshots_2 .gif"
33+ #s.screenshots = "https://rawcdn.githack. com/IvanVorobei/RequestPermission/ab263ffe3a0e357cbd707b0e4fb7e33e33deecba/resources/request-permission - mockup_preview .gif"
3334
3435
3536 # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -56,19 +57,19 @@ Pod::Spec.new do |s|
5657 s . author = { "Ivan Vorobei" => "[email protected] " } 5758 # Or just: s.author = "Ivan Vorobei"
5859 # s.authors = { "Ivan Vorobei" => "[email protected] " } 59- # s.social_media_url = "http://twitter.com/Ivan Vorobei "
60+ s . social_media_url = "http://t.me/ivanvorobei "
6061
6162 # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
6263 #
6364 # If this Pod runs only on iOS or OS X, then specify the platform and
6465 # the deployment target. You can optionally include the target after the platform.
6566 #
6667
67- # s.platform = :ios
68+ s . platform = :ios
6869 # s.platform = :ios, "5.0"
6970
7071 # When using multiple platforms
71- # s.ios.deployment_target = "5 .0"
72+ s . ios . deployment_target = "10 .0"
7273 # s.osx.deployment_target = "10.7"
7374 # s.watchos.deployment_target = "2.0"
7475 # s.tvos.deployment_target = "9.0"
@@ -92,7 +93,7 @@ Pod::Spec.new do |s|
9293 #
9394
9495 s . source_files = "sparrow/**/*.swift"
95- s . exclude_files = ""
96+ s . exclude_files = "sparrow/**/*.plist "
9697
9798 # s.public_header_files = "Classes/**/*.h"
9899
@@ -117,7 +118,7 @@ Pod::Spec.new do |s|
117118 # the lib prefix of their name.
118119 #
119120
120- # s.framework = "SomeFramework"
121+ s . framework = 'UIKit'
121122 # s.frameworks = "SomeFramework", "AnotherFramework"
122123
123124 # s.library = "iconv"
@@ -130,7 +131,7 @@ Pod::Spec.new do |s|
130131 # where they will only apply to your library. If you depend on other Podspecs
131132 # you can include multiple dependencies to ensure it works.
132133
133- # s.requires_arc = true
134+ #s.requires_arc = true
134135
135136 # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
136137 # s.dependency "JSONKit", "~> 1.4"
0 commit comments