| { |
| "name": "DFAPIFramework", |
| "version": "1.0.4", |
| "summary": "This SDK provides a set of methods for iOS applications to authenticate user, capture, save and retrieve data.", |
| "description": "Sole purpose of this SDK is to authenticate user, get captured asset data, save assets to the server and retrieve data from server.", |
| "homepage": "https://github.com/anandramdeo-df/df-ios-api-sdk", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "piyushnaredi": "piyush.naredi@ranosys.com" |
| }, |
| "source": { |
| "http": "https://github.com/anandramdeo-df/df-ios-api-sdk/releases/download/1.0.4/DFAPIFramework.zip" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "ios": { |
| "vendored_frameworks": "DFAPIFramework.framework" |
| }, |
| "swift_versions": "4.2", |
| "dependencies": { |
| "Alamofire": [ |
| |
| ], |
| "SwiftyJWT": [ |
| |
| ], |
| "CryptoSwift": [ |
| "~> 0.9.0" |
| ], |
| "BCryptSwift": [ |
| |
| ] |
| }, |
| "swift_version": "4.2" |
| } |