Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #251 from vimeo/af-305-vimeonetworking-3.2.0
Browse files Browse the repository at this point in the history
AF-305: VimeoNetworking 3.2.0
  • Loading branch information
jasonhawkins authored Aug 2, 2018
2 parents 84c676c + 8d48eea commit 71d981e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
- tvOS (9.0+)

## Installing
At this stage of development VimeoNetworking is not yet available as a CocoaPod via the public Podspecs repo. For now we recommend including it in your project as a submodule. If you'd still like to work with VimeoNetworking as a development pod, simply configure your Podfile as shown below.

To get started integrating `VimeoNetworking`, add the following lines to your `Podfile` and run `pod install`:
To get started add the following to your Podfile:

```Ruby
use_frameworks! # required for Swift frameworks
use_frameworks!

target 'YourAppTargetName' do
pod 'VimeoNetworking', :path => './Submodules/VimeoNetworking'
target 'YourTarget' do
pod 'VimeoNetworking'
end
```

You can optionally specify a version number, or point directly to our `develop` branch. Note that breaking changes may be introduced into `develop` at any time, but those changes will always be behind a major or minor release version number.

## Initialization

The first step towards using the Vimeo API is registering a new application on the Vimeo Developer site: [My API Apps](https://developer.vimeo.com/apps). You'll need a Vimeo account, if you don't already have one.
Expand Down
6 changes: 4 additions & 2 deletions VimeoNetworking.podspec
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"
Expand All @@ -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"
Expand Down

0 comments on commit 71d981e

Please sign in to comment.