[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 0 / b / NestSDK / 0.1.5 / NestSDK.podspec.json
blob19bba186c18959d55d233c93f27f5f3ddecb5709
2   "name": "NestSDK",
3   "version": "0.1.5",
4   "summary": "SDK for the Nest API on iOS [Unofficial]",
5   "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",
6   "homepage": "https://github.com/petroakzhygitov/NestSDK",
7   "license": "MIT",
8   "authors": {
9     "petroakzhygitov": "petro.akzhygitov@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/petroakzhygitov/NestSDK.git",
16     "tag": "0.1.5"
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": [
26       "1.2.0"
27     ],
28     "SSKeychain": [
29       "1.3.1"
30     ]
31   },
32   "weak_frameworks": "Firebase",
33   "frameworks": [
34     "Security",
35     "CFNetwork",
36     "SystemConfiguration"
37   ],
38   "libraries": [
39     "c++",
40     "icucore"
41   ],
42   "pod_target_xcconfig": {
43     "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Firebase",
44     "ENABLE_BITCODE": "NO",
45     "OTHER_LDFLAGS": "-ObjC"
46   }