[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / e / b / YYTooling / 1.1.0 / YYTooling.podspec.json
blob1cead05f0e2c7b5b69542057b04ad4eab72f3cd2
2   "name": "YYTooling",
3   "version": "1.1.0",
4   "summary": "a YYTooling component",
5   "description": "YYTooling 是一个用于保存一些常用工具类的工具",
6   "homepage": "https://github.com/ArrQ/YYTools",
7   "license": "MIT",
8   "authors": {
9     "ArrQ": "2206506738@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "frameworks": [
15     "UIKit",
16     "Foundation"
17   ],
18   "dependencies": {
19     "AFNetworking": [
21     ],
22     "JSONModel": [
24     ],
25     "Masonry": [
27     ]
28   },
29   "source": {
30     "git": "https://github.com/ArrQ/YYTools.git",
31     "tag": "1.1.0"
32   },
33   "requires_arc": true,
34   "source_files": "YYToolOne/YYTools/YYTooling/YYTools.h",
35   "subspecs": [
36     {
37       "name": "YYNoticeViewTool",
38       "platforms": {
39         "ios": "8.0"
40       },
41       "source_files": [
42         "YYToolOne/YYTools/YYTooling/YYNoticeViewTool/YYNoticeViewTool.h",
43         "YYToolOne/YYTools/YYTooling/YYNoticeViewTool/**/**.{h,m}"
44       ]
45     },
46     {
47       "name": "YYYYIconImgManager",
48       "platforms": {
49         "ios": "8.0"
50       },
51       "source_files": [
52         "YYToolOne/YYTools/YYTooling/YYYYIconImgManager/YYIconImgManagerHeader.h",
53         "YYToolOne/YYTools/YYTooling/YYYYIconImgManager/**/**.{h,m}"
54       ]
55     },
56     {
57       "name": "YYBaseVC",
58       "platforms": {
59         "ios": "8.0"
60       },
61       "source_files": [
62         "YYToolOne/YYTools/YYTooling/YYBaseVC/YYBaseVCHeader.h",
63         "YYToolOne/YYTools/YYTooling/YYBaseVC/**/**.{h,m}"
64       ]
65     },
66     {
67       "name": "YYCategory",
68       "platforms": {
69         "ios": "8.0"
70       },
71       "source_files": [
72         "YYToolOne/YYTools/YYTooling/YYCategory/YYCategoryHeader.h",
73         "YYToolOne/YYTools/YYTooling/YYCategory/**/**.{h,m}"
74       ]
75     },
76     {
77       "name": "YYUrlManager",
78       "platforms": {
79         "ios": "8.0"
80       },
81       "source_files": [
82         "YYToolOne/YYTools/YYTooling/YYUrlManager/YYUrlManagerHeader.h",
83         "YYToolOne/YYTools/YYTooling/YYUrlManager/**/**.{h,m}"
84       ]
85     }
86   ]