[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 7 / b / YCPod / 0.3 / YCPod.podspec.json
blob8f7eb6ba2b6e91183dc356ee7d426dbc55807ff6
2   "name": "YCPod",
3   "version": "0.3",
4   "summary": "Sheng Long XM Pod YC.",
5   "description": "Sheng Long XM Pod YC.\nBase.",
6   "homepage": "https://git.oschina.net/shenglong",
7   "license": "MIT",
8   "authors": {
9     "shenglong": "shenglong514@gmail.com"
10   },
11   "source": {
12     "git": "https://git.oschina.net/shenglong/YCPod.git",
13     "tag": "0.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/YCPod.h",
20   "public_header_files": "Pod/Classes/YCPod.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "subspecs": [
26     {
27       "name": "CustomView",
28       "source_files": "Pod/Classes/CustomView/**/*",
29       "public_header_files": "Pod/Classes/CustomView/**/*.h",
30       "resources": "Pod/Assets/CustomView/*.png",
31       "dependencies": {
32         "YCPod/CommUtls": [
34         ],
35         "YCPod/Base": [
37         ],
38         "ReactiveCocoa": [
39           "~> 2.5"
40         ],
41         "Masonry": [
42           "~> 0.6.2"
43         ]
44       }
45     },
46     {
47       "name": "NetWork",
48       "source_files": "Pod/Classes/Network/**/*",
49       "public_header_files": "Pod/Classes/Network/**/*.h",
50       "dependencies": {
51         "YCPod/CommUtls": [
53         ],
54         "AFNetworking": [
55           ">= 2.3"
56         ],
57         "ReactiveCocoa": [
58           "~> 2.5"
59         ],
60         "Reachability": [
61           "~> 3.2"
62         ]
63       }
64     },
65     {
66       "name": "Base",
67       "source_files": "Pod/Classes/Base/**/*",
68       "public_header_files": "Pod/Classes/Base/**/*.h",
69       "dependencies": {
70         "ReactiveCocoa": [
71           "~> 2.5"
72         ],
73         "Mantle": [
74           "~> 1.5.5"
75         ],
76         "Masonry": [
77           "~> 0.6.2"
78         ],
79         "FMDB": [
80           "~> 2.5"
81         ],
82         "LKDBHelper": [
83           "~> 2.1.2"
84         ],
85         "IQKeyboardManager": [
86           "~> 3.2.4"
87         ],
88         "YCPod/NetWork": [
90         ]
91       }
92     },
93     {
94       "name": "CommUtls",
95       "source_files": "Pod/Classes/CommUtls/**/*",
96       "public_header_files": "Pod/Classes/CommUtls/**/*.h",
97       "dependencies": {
98         "OpenUDID": [
99           "~> 1.0.0"
100         ],
101         "Reachability": [
102           "~> 3.2"
103         ]
104       },
105       "frameworks": [
106         "CoreTelephony",
107         "SystemConfiguration"
108       ]
109     },
110     {
111       "name": "LoadingView",
112       "source_files": "Pod/Classes/LoadingView/**/*",
113       "public_header_files": "Pod/Classes/LoadingView/**/*.h",
114       "resources": "Pod/Assets/LoadingView/*.png",
115       "dependencies": {
116         "YCPod/CommUtls": [
118         ],
119         "Masonry": [
120           "~> 0.6.2"
121         ],
122         "ReactiveCocoa": [
123           "~> 2.5"
124         ]
125       }
126     },
127     {
128       "name": "AutoRefreshTable",
129       "source_files": "Pod/Classes/AutoRefreshTable/**/*",
130       "public_header_files": "Pod/Classes/AutoRefreshTable/**/*.h",
131       "resources": "Pod/Assets/AutoRefreshTable/*.png",
132       "dependencies": {
133         "YCPod/LoadingView": [
135         ],
136         "YCPod/Base": [
138         ]
139       }
140     }
141   ]