blob: 33d383343339081b00e01709e4454692d7386a09 [file] [log] [blame]
{
"name": "JXSDK_MCS",
"version": "1.0.1",
"summary": "The SDK for mcsuser",
"homepage": "https://github.com/jiaxincloud/JXSDK_MCS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jiaxin": "github@jiaxincloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jiaxincloud/JXSDK_MCS.git",
"tag": "1.0.1"
},
"source_files": "JXSDK_Lite/**/*.h",
"requires_arc": true,
"frameworks": "SystemConfiguration",
"libraries": [
"c++",
"xml2",
"sqlite3",
"resolv"
],
"vendored_libraries": [
"JXSDK_Lite/*.a"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ENABLE_BITCODE": "NO"
}
}