[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / b / d / YQTools / 0.1.1 / YQTools.podspec.json
blob497392c0e5ea39df8fb4f9678db2a1725dd576fd
2   "name": "YQTools",
3   "version": "0.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": "0.1.1"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "YTKNetwork": [
23       "~> 2.0.3"
24     ],
25     "Bugly": [
26       "~> 2.4.2"
27     ],
28     "AFNetworking": [
29       "~> 3.1.0"
30     ],
31     "FMDB": [
32       "~> 2.6.2"
33     ],
34     "SDWebImage": [
35       "~> 3.8.2"
36     ],
37     "Masonry": [
38       "~> 1.0.0"
39     ],
40     "MJRefresh": [
41       "~> 3.1.12"
42     ],
43     "MJExtension": [
44       "~> 3.0.13"
45     ],
46     "ReactiveCocoa": [
47       "2.5"
48     ],
49     "SVProgressHUD": [
50       "~> 2.1.2"
51     ]
52   },
53   "source_files": "YQTools/*",
54   "subspecs": [
55     {
56       "name": "Macro",
57       "source_files": "YQTools/Macro/*"
58     },
59     {
60       "name": "Public",
61       "source_files": "YQTools/Public/*"
62     },
63     {
64       "name": "Category",
65       "source_files": "YQTools/Category/*"
66     },
67     {
68       "name": "Notification",
69       "source_files": "YQTools/Notification/*"
70     }
71   ]