[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 0 / b / NestSDK / 0.1.3 / NestSDK.podspec.json
blobf31ef1fd0274f7993d178bf79ef8f18441deac9d
2   "name": "NestSDK",
3   "version": "0.1.3",
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.3"
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   "pod_target_xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Firebase",
34     "MACH_O_TYPE": "staticlib"
35   }