blob: 19bba186c18959d55d233c93f27f5f3ddecb5709 [file] [log] [blame]
{
"name": "NestSDK",
"version": "0.1.5",
"summary": "SDK for the Nest API on iOS [Unofficial]",
"description": "SDK for the Nest API on iOS [Unofficial]\n\nThis open-source library allows you to integrate Nest API into your iOS app.\n\nLearn more about Nest API at https://developer.nest.com/documentation/cloud/get-started",
"homepage": "https://github.com/petroakzhygitov/NestSDK",
"license": "MIT",
"authors": {
"petroakzhygitov": "petro.akzhygitov@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/petroakzhygitov/NestSDK.git",
"tag": "0.1.5"
},
"requires_arc": true,
"source_files": "NestSDK/NestSDK/**/*.{h,m}",
"public_header_files": "NestSDK/NestSDK/*.{h}",
"dependencies": {
"Firebase": [
"1.2.3"
],
"JSONModel": [
"1.2.0"
],
"SSKeychain": [
"1.3.1"
]
},
"weak_frameworks": "Firebase",
"frameworks": [
"Security",
"CFNetwork",
"SystemConfiguration"
],
"libraries": [
"c++",
"icucore"
],
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Firebase",
"ENABLE_BITCODE": "NO",
"OTHER_LDFLAGS": "-ObjC"
}
}