We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c09d9f commit ebf8ef4Copy full SHA for ebf8ef4
1 file changed
MessageThrottle.podspec
@@ -13,8 +13,8 @@ s.social_media_url = 'https://twitter.com/yulingtianxia'
13
s.source = { :git => "https://github.com/yulingtianxia/MessageThrottle.git", :tag => s.version.to_s }
14
15
s.ios.deployment_target = "6.0"
16
-s.osx.deployment_target = "10.7"
17
-s.watchos.deployment_target = "1.0"
+s.osx.deployment_target = "10.8"
+s.watchos.deployment_target = "2.0"
18
s.tvos.deployment_target = "9.0"
19
s.requires_arc = true
20
0 commit comments