[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / e / SimpleView / 0.1.5 / SimpleView.podspec.json
blob8c8d4685049ca526ad6f63d5af1f7707a38c3910
2   "name": "SimpleView",
3   "version": "0.1.5",
4   "summary": "SimpleView",
5   "description": "封装视图控件,用于方便调用",
6   "homepage": "https://github.com/Wmileo/SimpleView",
7   "license": "MIT",
8   "authors": {
9     "leo": "work.mileo@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Wmileo/SimpleView.git",
16     "tag": "0.1.5"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Simple",
22       "source_files": "SimpleView/Simple/*"
23     },
24     {
25       "name": "SimpleView",
26       "source_files": "SimpleView/SimpleView/*",
27       "dependencies": {
28         "SimpleView/Simple": [
30         ]
31       }
32     },
33     {
34       "name": "NavStyle",
35       "source_files": "SimpleView/NavStyle/*",
36       "dependencies": {
37         "SimpleView/SimpleView": [
39         ]
40       }
41     }
42   ]