CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

eStatSDK-tvOS 5.4.5

eStatSDK-tvOS 5.4.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2018

Maintained by Support Mediamétrie.



  • By
  • Support Médiamétrie

Repository for eStat tvOS framework

Content

  • Tag Apple TV

How to get started

  • Install the library on your project (see below)

###Installation with CocoaPods

CocoaPods is a dependency manager which automates and simplifies the process of using 3rd-party libraries in your projects.

Podfile

  • tvOS application, add to your pod file :
target 'MyProject' do
pod "eStatSDK-tvOS", "~5.4.2"
end
  • If you are using Swift, add/uncomment the following line at the top of your Podfile
use_frameworks!