mourke / PopcornKit

Objective C bindings for the PopcornTime API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PopcornKit

Objective-C wrapper for the PopcornTime API

Travis Carthage compatible CocoaPods compatible Swift 4.0.x Platforms License

Installation with CocoaPods

Install cocoapods with the following command:

$ gem install cocoapods

Podfile

To integrate PopcornKit into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'TargetName' do
pod 'PopcornKit', '~> 1.0.1'
end

Then, run the following command:

$ pod install

Installation with Carthage

Install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

Cartfile

To integrate PopcornKit into your Xcode project using Carthage, specify it in your Cartfile:

github "mourke/PopcornKit"  ~> 1.0.1

Run carthage to build the framework and drag the built PopcornKit.framework into your Xcode project.

License

PopcornKit is released under the MIT license. See LICENSE for details.

About

Objective C bindings for the PopcornTime API

License:MIT License


Languages

Language:Objective-C 96.8%Language:Ruby 3.2%