[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / b / d / YQTools / 0.3.1 / YQTools.podspec.json
blob1c0187afc6d436db161e133e8a9d7f2bc0d4bf96
2   "name": "YQTools",
3   "version": "0.3.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": "0.3.1"
19   },
20   "requires_arc": true,
21   "source_files": "YQTools/*",
22   "subspecs": [
23     {
24       "name": "Macro",
25       "source_files": "YQTools/Macro/*.{h}"
26     },
27     {
28       "name": "Utilities",
29       "source_files": "YQTools/Utilities/*.{h,m}"
30     },
31     {
32       "name": "Category",
33       "source_files": [
34         "YQTools/Category/*",
35         "YQTools/Category/**/*"
36       ]
37     },
38     {
39       "name": "Notification",
40       "source_files": "YQTools/Notification/*.{h,m}"
41     }
42   ]