[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / f / GYComponents / 0.1.8 / GYComponents.podspec.json
blob74586f493d5e30c770cb1a43b281b91d3679ec95
2   "name": "GYComponents",
3   "version": "0.1.8",
4   "summary": "A useful collection of tiny components.",
5   "description": "A useful collection of tiny components. Include Foundation extensions and UIKit extensions.",
6   "homepage": "https://github.com/goyaya/GYComponents",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "goyaya": "goyaya@yeah.net"
13   },
14   "source": {
15     "git": "https://github.com/goyaya/GYComponents.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Dependence",
25       "source_files": "GYComponents/Dependence/**/*",
26       "frameworks": "Foundation"
27     },
28     {
29       "name": "Foundation",
30       "source_files": "GYComponents/Foundation/**/*",
31       "frameworks": "Foundation",
32       "dependencies": {
33         "GYComponents/Dependence": [
35         ]
36       }
37     },
38     {
39       "name": "UI",
40       "source_files": "GYComponents/UI/**/*",
41       "frameworks": "UIKit",
42       "dependencies": {
43         "GYComponents/Dependence": [
45         ]
46       }
47     },
48     {
49       "name": "Media",
50       "source_files": "GYComponents/Media/**/*",
51       "frameworks": "AVFoundation"
52     }
53   ]