[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 1 / b / Cips / 0.2.3 / Cips.podspec.json
blob1e31a90cf52eb2ebeff75c87da55bbe4ca8ea730
2   "name": "Cips",
3   "version": "0.2.3",
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.2.3"
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/**/*.{h,m}",
41       "private_header_files": [
42         "Cips/Qnock/Internal/*.h"
43       ]
44     },
45     {
46       "name": "Hearsay",
47       "dependencies": {
48         "Cips/Core": [
50         ]
51       },
52       "source_files": "Cips/Hearsay/**/*.{h,m}",
53       "private_header_files": [
54         "Cips/Hearsay/Internal/*.h"
55       ]
56     },
57     {
58       "name": "Spotlight",
59       "dependencies": {
60         "Cips/Core": [
62         ]
63       },
64       "source_files": "Cips/Spotlight/**/*.{h,m}",
65       "private_header_files": [
66         "Cips/Spotlight/Internal/*.h"
67       ]
68     }
69   ]