eStatSDK-iOS-5.6
Repository for eStat iOS framework, version 5.6
Content
- Tag iPhone / iPad
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
- iOS application, add to your pod file :
target 'MyProject' do
pod 'eStatSDK-iOS-5.6', '~>5.6'
end
- If you are using Swift, add/uncomment the following line at the top of your Podfile
use_frameworks!