-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added release notes to the CHANGELOG and bumped the version to 3.0.2
- Loading branch information
Showing
5 changed files
with
44 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'Elevate' | ||
s.version = '3.0.1' | ||
s.summary = 'Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.' | ||
s.homepage = 'https://github.com/Nike-Inc/Elevate' | ||
s.license = 'MIT' | ||
s.authors = { 'Eric Appel' => '[email protected]', 'Christian Noon' => '[email protected]' } | ||
s.name = "Elevate" | ||
s.version = "3.0.2" | ||
s.summary = "Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable." | ||
s.homepage = "https://github.com/Nike-Inc/Elevate" | ||
s.license = "MIT" | ||
s.authors = { "Eric Appel" => "[email protected]", "Christian Noon" => "[email protected]" } | ||
|
||
s.source = { :git => 'https://github.com/Nike-Inc/Elevate.git', :tag => s.version } | ||
s.source_files = 'Source/*.swift' | ||
s.swift_version = '4.2' | ||
s.source = { :git => "https://github.com/Nike-Inc/Elevate.git", :tag => s.version } | ||
s.source_files = "Source/*.swift" | ||
s.swift_version = "4.2" | ||
|
||
s.ios.deployment_target = '8.0' | ||
s.osx.deployment_target = '10.11' | ||
s.tvos.deployment_target = '9.0' | ||
s.watchos.deployment_target = '2.0' | ||
s.ios.deployment_target = "8.0" | ||
s.osx.deployment_target = "10.11" | ||
s.tvos.deployment_target = "9.0" | ||
s.watchos.deployment_target = "2.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters