blob: b636907cd18988f412a253a314938cfe49d719d1 [file] [log] [blame]
{
"name": "XLinkSDK",
"version": "6.2.1.8",
"summary": "XLink crop Iot SDK for iOS.",
"description": "XLink crop Iot SDK for iOS.more info can view in www.xlink.cn.",
"homepage": "https://github.com/AllenKwok/XLinkSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AllenKwok": "guopeilun@xlink.cn"
},
"source": {
"git": "https://github.com/AllenKwok/XLinkSDK-iOS.git",
"tag": "6.2.1.8"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"source_files": [
"include/*.h",
"include/**/*.h"
],
"vendored_libraries": "lib/*.a",
"ios": {
"libraries": [
"stdc++",
"z"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}