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