[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / e / SimpleView / 0.3.2 / SimpleView.podspec.json
blob1cbe50a9b1aeaccc00700cb07bf6c8a063560aa0
2   "name": "SimpleView",
3   "version": "0.3.2",
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": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Wmileo/SimpleView.git",
16     "tag": "0.3.2"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Simple",
22       "source_files": "SimpleView/Simple/*"
23     },
24     {
25       "name": "SimpleAnimation",
26       "source_files": "SimpleView/SimpleAnimation/*"
27     },
28     {
29       "name": "SimpleView",
30       "source_files": "SimpleView/SimpleView/*",
31       "dependencies": {
32         "SimpleView/Simple": [
34         ]
35       }
36     },
37     {
38       "name": "NavStyle",
39       "source_files": "SimpleView/NavStyle/*",
40       "dependencies": {
41         "SimpleView/SimpleView": [
43         ]
44       }
45     }
46   ]