blob: f31ef1fd0274f7993d178bf79ef8f18441deac9d [file] [log] [blame]
{
"name": "NestSDK",
"version": "0.1.3",
"summary": "This open-source library allows you to integrate Nest API into your iOS app.",
"description": "NestSDK for iOS.\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": "7.0"
},
"source": {
"git": "https://github.com/petroakzhygitov/NestSDK.git",
"tag": "0.1.3"
},
"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"
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Firebase",
"MACH_O_TYPE": "staticlib"
}
}