We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42630c9 commit 52b8c10Copy full SHA for 52b8c10
Toaster.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Toaster"
3
- s.version = "2.0.4"
+ s.version = "2.1.0"
4
s.summary = "Toast for Swift"
5
s.homepage = "http://github.com/devxoul/Toaster"
6
s.license = { :type => 'WTPFL', :file => 'LICENSE' }
@@ -11,7 +11,4 @@ Pod::Spec.new do |s|
11
s.source_files = 'Sources/*.{swift,h}'
12
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore'
13
s.requires_arc = true
14
- s.pod_target_xcconfig = {
15
- 'SWIFT_VERSION' => '3.0'
16
- }
17
end
0 commit comments