This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
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 #251 from vimeo/af-305-vimeonetworking-3.2.0
AF-305: VimeoNetworking 3.2.0
- Loading branch information
Showing
2 changed files
with
10 additions
and
8 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,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "VimeoNetworking" | ||
s.version = "3.1.0" | ||
s.version = "3.2.0" | ||
s.summary = "A library for interacting with the Vimeo API." | ||
s.description = "An iOS/tvOS library for interacting with the Vimeo API." | ||
s.homepage = "https://github.com/vimeo/VimeoNetworking" | ||
|
@@ -11,7 +11,9 @@ Pod::Spec.new do |s| | |
"Mike Westendorf" => "[email protected]", | ||
"Jason Hawkins" => "[email protected]", | ||
"Jennifer Lim" => "[email protected]", | ||
"Van Nguyen" => "[email protected]" } | ||
"Van Nguyen" => "[email protected]", | ||
"Freddy Kellison-Linn" => "[email protected]>"} | ||
|
||
s.social_media_url = "http://twitter.com/vimeo" | ||
|
||
s.ios.deployment_target = "8.0" | ||
|