[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / b / d / YQTools / 1.1.3 / YQTools.podspec.json
blob2fafbe2a429a74cd1c4ffab2daabd199f479a0c6
2   "name": "YQTools",
3   "version": "1.1.3",
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.3"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "YQTools/*",
23     "YQTools/Category/*.h"
24   ],
25   "subspecs": [
26     {
27       "name": "Base",
28       "source_files": "YQTools/Base/**/*"
29     },
30     {
31       "name": "Category",
32       "source_files": "YQTools/Category/**/*"
33     },
34     {
35       "name": "Macro",
36       "source_files": "YQTools/Macro/*.{h}"
37     },
38     {
39       "name": "Networking",
40       "source_files": "YQTools/Networking/*.{h,m}",
41       "dependencies": {
42         "AFNetworking": [
43           "~> 3.0"
44         ]
45       }
46     },
47     {
48       "name": "Notification",
49       "source_files": "YQTools/Notification/*.{h,m}"
50     },
51     {
52       "name": "Utilities",
53       "source_files": "YQTools/Utilities/*.{h,m}"
54     }
55   ]