Skip to content

Commit

Permalink
Bump version to 4.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wongzigii committed Sep 8, 2017
1 parent 29957c7 commit 6b9f11e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions SwiftyJSON.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftyJSON"
s.version = "3.1.4"
s.version = "4.0.0-alpha.1"
s.summary = "SwiftyJSON makes it easy to deal with JSON data in Swift"
s.homepage = "https://github.com/SwiftyJSON/SwiftyJSON"
s.license = { :type => "MIT" }
Expand All @@ -13,7 +13,4 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => s.version }
s.source_files = "Source/*.swift"
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.0',
}
end

0 comments on commit 6b9f11e

Please sign in to comment.