blob: 4c31070fa583e64538d2e29f2df9c2ddf090ce41 [file] [log] [blame]
{
"name": "JDCloudSDKIothub",
"version": "0.0.2",
"summary": "JD Cloud open API SDK Iothub",
"description": "JDCloud Open API SDK Iothub framework",
"homepage": "https://github.com/jdcloud-api/jdcloud-sdk-ios",
"license": "Apache License, Version 2.0",
"authors": {
"JDCloud API GateWay Team": "JDCloud API GateWay Team"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/jdcloud-api/jdcloud-sdk-ios.git",
"tag": "0.0.2"
},
"source_files": [
"Sources/JDCloudSDKIothub",
"Sources/JDCloudSDKIothub/**/*.{h,swift}"
],
"public_header_files": "Sources/JDCloudSDKIothub/*.h",
"requires_arc": true,
"dependencies": {
"JDCloudSDKCore": [
"~> 0.0.1"
]
}
}