[Add] LiveConnectUIKit_iOS 4.5.0.13
[CocoaPods.git] / Specs / 9 / 0 / b / NestSDK / 0.1.1 / NestSDK.podspec.json
blobd0b59a23b2dfd1f0f39095f1dbec0f88a4f85830
2   "name": "NestSDK",
3   "version": "0.1.1",
4   "summary": "This open-source library allows you to integrate Nest API into your iOS app.",
5   "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",
6   "homepage": "https://github.com/petroakzhygitov/NestSDK",
7   "license": "MIT",
8   "authors": {
9     "petroakzhygitov": "petro.akzhygitov@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/petroakzhygitov/NestSDK.git",
16     "tag": "0.1.1"
17   },
18   "requires_arc": true,
19   "source_files": "NestSDK/NestSDK/**/*.{h,m}",
20   "public_header_files": "NestSDK/NestSDK/*.{h}",
21   "dependencies": {
22     "Firebase": [
23       "1.2.3"
24     ],
25     "JSONModel": [
27     ],
28     "SSKeychain": [
30     ]
31   },
32   "pod_target_xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Firebase",
34     "MACH_O_TYPE": "staticlib"
35   }