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

ATPKit 1.1.1

ATPKit 1.1.1

Maintained by Bill Lv.



 
Depends on:
Alamofire~> 4.7
Renderer~> 1.1.1
 

ATPKit 1.1.1

  • By
  • Bill Lv

ATPKit

ATP Kit is one component for Atlas Protocol, which interacts with Blockchain to get TIE (Targeting Interactive Element).

This library is for iOS devices.

Installation Guide

You want to add pod 'ATPKit', '~> 1.1.1' similar to the following to your Podfile:

target 'MyApp' do
  pod 'ATPKit', '~> 1.1.1'
end

Then run a pod install inside your terminal, or from CocoaPods.app.

Alternatively to give it a test run, run the command:

pod try ATPKit