[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / b / d / YQTools / 1.1.1 / YQTools.podspec.json
blobcd81a07188f5d88df7d852ecea449b7de1629ab1
2   "name": "YQTools",
3   "version": "1.1.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "some utilities",
8   "homepage": "https://github.com/weixinbing/YQTools",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "weixb": "183292352@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/weixinbing/YQTools.git",
18     "tag": "1.1.1"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "YQTools/*",
23     "YQTools/Category/*.h"
24   ],
25   "subspecs": [
26     {
27       "name": "Category",
28       "source_files": "YQTools/Category/**/*"
29     },
30     {
31       "name": "Macro",
32       "source_files": "YQTools/Macro/*.{h}"
33     },
34     {
35       "name": "Networking",
36       "source_files": "YQTools/Networking/*.{h,m}",
37       "dependencies": {
38         "AFNetworking": [
39           "~> 3.0"
40         ]
41       }
42     },
43     {
44       "name": "Notification",
45       "source_files": "YQTools/Notification/*.{h,m}"
46     },
47     {
48       "name": "Utilities",
49       "source_files": "YQTools/Utilities/*.{h,m}"
50     }
51   ]