blob: ec9a9dc27ae7852ac61c4097f6c77d73ca6895da [file] [log] [blame]
{
"name": "AppySDK",
"version": "1.6.9",
"summary": "AppySDK is a framework for controlling objects in the houses.",
"homepage": "https://github.com/Appy-Dev/AppySDK",
"license": "MIT",
"authors": "AppySDK",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/Appy-Dev/AppySDK.git",
"tag": "1.6.9"
},
"ios": {
"vendored_frameworks": "AppySDK.framework"
},
"dependencies": {
"Alamofire": [
"~> 4.7.3"
],
"ObjectMapper": [
"~> 3.4.1"
],
"AppySupportingSDK": [
"1.1.0"
]
},
"user_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}