[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / b / Cips / 0.1.0 / Cips.podspec.json
blob3f3bf8cdfcf0265d7c1b03b48473d0be281a1a04
2   "name": "Cips",
3   "version": "0.1.0",
4   "summary": "iOS SDK for Cips Service.",
5   "description": "iOS SDK for Cips Service.",
6   "homepage": "https://github.com/ioscodigo/CIPS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iOS Team": "ios@codigo.id"
13   },
14   "source": {
15     "git": "https://github.com/ioscodigo/CIPS.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/\""
24   },
25   "source_files": "Cips/Core/Cips.{h,m}",
26   "public_header_files": "Cips/Core/Cips.h",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Cips/Core/**/*.{h,m}",
31       "public_header_files": "Cips/Core/*.h"
32     },
33     {
34       "name": "Qnock",
35       "dependencies": {
36         "Cips/Core": [
38         ]
39       },
40       "source_files": "Cips/Qnock/**/*",
41       "private_header_files": [
42         "Cips/Qnock/Internal/*.h"
43       ]
44     }
45   ]