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