This repository has been archived by the owner on Sep 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from bignerdranch/zwaldowski/project-fixes
Project fixups
- Loading branch information
Showing
6 changed files
with
21 additions
and
50 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
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,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "Freddy" | ||
s.version = "2.0.0b1" | ||
s.version = "2.0.1" | ||
s.summary = "A JSON parsing library written in Swift" | ||
|
||
s.description = <<-DESC | ||
|
@@ -17,14 +17,14 @@ Pod::Spec.new do |s| | |
|
||
s.authors = {"Matt Mathias" => "[email protected]", | ||
"John Gallagher" => "[email protected]", | ||
"Zachary Waldowski" => "[email protected]"} | ||
"Zachary Waldowski" => "[email protected]" } | ||
|
||
s.ios.deployment_target = "8.0" | ||
s.osx.deployment_target = "10.10" | ||
s.watchos.deployment_target = "2.0" | ||
|
||
s.source = {:git => "https://github.com/bignerdranch/Freddy.git", :tag => "v#{s.version}"} | ||
s.source_files = "Freddy/*.swift" | ||
s.source = {:git => "https://github.com/bignerdranch/Freddy.git", :tag => "#{s.version}"} | ||
s.source_files = "Sources/**/*.swift" | ||
|
||
s.requires_arc = true | ||
|
||
|
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