[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / b / Cips / 0.3.0 / Cips.podspec.json
blob52ee833cd7f04ac7949c3836afc663c316667ad6
2   "name": "Cips",
3   "version": "0.3.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.3.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.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": "Squad",
47       "dependencies": {
48         "Cips/Core": [
50         ],
51         "SDWebImage": [
52           "~> 4.0"
53         ]
54       },
55       "source_files": "Cips/Squad/**/*.{h,m}",
56       "frameworks": [
57         "Foundation",
58         "UIKit"
59       ],
60       "resource_bundles": {
61         "CipsSquad": [
62           "Cips/Squad/Resource/**/*.{storyboard,xcassets,xib}"
63         ]
64       },
65       "private_header_files": [
66         "Cips/Squad/Internal/*.h",
67         "Cips/Squad/Views/*.h"
68       ]
69     },
70     {
71       "name": "Hearsay",
72       "dependencies": {
73         "Cips/Core": [
75         ]
76       },
77       "source_files": "Cips/Hearsay/**/*.{h,m}",
78       "private_header_files": [
79         "Cips/Hearsay/Internal/*.h"
80       ]
81     },
82     {
83       "name": "Spotlight",
84       "dependencies": {
85         "Cips/Core": [
87         ]
88       },
89       "source_files": "Cips/Spotlight/**/*.{h,m}",
90       "private_header_files": [
91         "Cips/Spotlight/Internal/*.h"
92       ]
93     }
94   ]