blob: 6e990b1642402bc52d981d54767cbf6f7b0f32ab [file] [log] [blame]
{
"name": "XLinkSDK",
"version": "6.2.0.29",
"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.0.29"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"source_files": [
"include/*.h",
"include/**/*.h"
],
"vendored_libraries": "lib/*.a",
"ios": {
"libraries": [
"stdc++",
"z"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}