blob: 30f46908fa48af59d5fffa1516d4aad42c693104 [file] [log] [blame]
{
"name": "NANJFrameworks",
"version": "1.0.0",
"summary": "NANJCOIN SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/NANJ-COIN/ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NANJ": "support@nanjcoin.com"
},
"source": {
"git": "https://github.com/NANJ-COIN/ios-sdk.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "NANJFrameworks/Classes/**/*",
"default_subspecs": "NANJSubSpec",
"subspecs": [
{
"name": "NANJSubSpec",
"dependencies": {
"BigInt": [
"~> 3.0"
],
"TrustCore": [
"~> 0.0.6"
],
"TrustKeystore": [
"~> 0.4.0"
],
"CryptoSwift": [
],
"JSONRPCKit": [
],
"KeychainSwift": [
],
"APIKit": [
]
}
}
]
}