blob: e55b13b5a8957cee9c468aac2186cb166e3b07f5 [file] [log] [blame]
{
"name": "AppySDK",
"version": "1.3.3",
"summary": "AppySDK is a framework for controlling objects in the houses.",
"homepage": "https://github.com/Appy-Dev/AppySDK",
"license": "MIT",
"authors": "AppySDK",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"source": {
"git": "https://github.com/Appy-Dev/AppySDK.git",
"tag": "1.3.3"
},
"ios": {
"vendored_frameworks": "AppySDK.framework"
},
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"ObjectMapper": [
"~> 3.1"
],
"AppySupportingSDK": [
"1.0.0"
]
},
"user_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}