| { |
| "name": "TTCSDK", |
| "version": "0.0.3", |
| "summary": "TTCSDK", |
| "homepage": "https://github.com/TTCECO", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "chenchao": "chenchao@tataufo.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "4.1", |
| "source": { |
| "git": "https://github.com/TTCECO/TTCSDK_iOS.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": "TTCSDK/**/*.swift", |
| "resources": "TTCSDKBundle/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "vendored_frameworks": "TTC_SDK_NET.framework", |
| "dependencies": { |
| "SwiftProtobuf": [ |
| "1.0.3" |
| ], |
| "BigInt": [ |
| "3.1.0" |
| ], |
| "JSONRPCKit": [ |
| "3.0.0" |
| ], |
| "APIKit": [ |
| "3.2.1" |
| ], |
| "CryptoSwift": [ |
| "0.10.0" |
| ], |
| "TrustCore": [ |
| "0.0.7" |
| ], |
| "TrezorCrypto": [ |
| "0.0.6" |
| ], |
| "RealmSwift": [ |
| "3.7.5" |
| ] |
| } |
| } |