[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / b / d / YQTools / 1.0.1 / YQTools.podspec.json
blob6887e63e63fcbc19c349344fe5a46d2604188558
2   "name": "YQTools",
3   "version": "1.0.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.0.1"
19   },
20   "requires_arc": true,
21   "source_files": "YQTools/*",
22   "subspecs": [
23     {
24       "name": "Category",
25       "source_files": [
26         "YQTools/Category/*",
27         "YQTools/Category/**/*"
28       ]
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   ]