blob: 4441319ebbd88864004aecc7a558d085da0b1470 [file] [log] [blame]
{
"name": "IntoYunSDK",
"version": "1.1.2",
"summary": "IntoYunSDK on iOS.",
"homepage": "https://github.com/IntoYun/IntoYunSDKDemo-ios",
"license": "MIT",
"authors": {
"hehui": "hehui@molmc.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/IntoYun/IntoYunSDKDemo-ios.git",
"tag": "1.1.2"
},
"source_files": "IntoYunSDK/**/*.{h,m}",
"vendored_libraries": "IntoYunSDK/libIntoYunSDKLib.a",
"requires_arc": true,
"compiler_flags": [
"-ObjC",
"$(inherited)"
],
"dependencies": {
"MQTTClient": [
],
"AFNetworking": [
"~>3.0"
],
"CocoaAsyncSocket": [
],
"MJExtension": [
]
}
}