| { |
| "name": "XLinkSDK", |
| "version": "6.1.1.6", |
| "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.1.1.6" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "frameworks": "Foundation", |
| "source_files": [ |
| "include/*.h", |
| "include/**/*.h" |
| ], |
| "vendored_libraries": "lib/*.a", |
| "ios": { |
| "libraries": [ |
| "stdc++", |
| "z" |
| ] |
| }, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| } |
| } |