blob: 42cd93555b83f19fcb16578fffef2152425fd163 [file] [log] [blame]
{
"name": "CMNSync",
"version": "1.0.1",
"summary": "A short description of CMNSync.",
"description": "CMN",
"homepage": "https://github.com/WinkyShan/CMNSync-iOS.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WinkyShan": "2297971509@qq.com"
},
"source": {
"git": "https://github.com/WinkyShan/CMNSync-iOS.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "CMNSync/**/*.{h,m,mm}",
"public_header_files": "CMNSync/**/*.h",
"private_header_files": "CMNSync/crypto/x11/*.h",
"libraries": [
"bz2",
"sqlite3"
],
"resource_bundles": {
"CMNSync": [
"CMNSync/*.xcdatamodeld",
"CMNSync/*.plist",
"CMNSync/*.lproj",
"CMNSync/MasternodeLists/*.dat"
]
},
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"CoreData",
"BackgroundTasks"
],
"dependencies": {
"secp256k1_dash": [
"0.1.2"
],
"bls-signatures-pod": [
"0.2.9"
],
"CocoaLumberjack": [
"3.6.0"
],
"DWAlertController": [
"0.2.1"
],
"DSDynamicOptions": [
"0.1.0"
]
},
"prefix_header_contents": "#import \"DSEnvironment.h\""
}