[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / e / 5 / CRKit / 0.1.0 / CRKit.podspec.json
blobcc2cb2f35b1f95196dd4826ca517bc6f541c97c5
2   "name": "CRKit",
3   "summary": "常用第三方库引用,常用Category、Macro、UIComponent",
4   "version": "0.1.0",
5   "homepage": "https://github.com/cocoaroger/CRKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "roger wu": "cocoaroger@163.com"
12   },
13   "social_media_url": "http://www.jianshu.com/users/0491c59e8017",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.1"
17   },
18   "source": {
19     "git": "https://github.com/cocoaroger/CRKit.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "CRKit/Common/CRKit.h",
23   "public_header_files": "CRKit/Common/CRKit.h",
24   "dependencies": {
25     "ReactiveCocoa": [
26       "~> 2.5"
27     ],
28     "AFNetworking": [
29       "~> 3.1.0"
30     ],
31     "IQKeyboardManager": [
32       "~> 3.3.7"
33     ],
34     "MJExtension": [
35       "~> 3.0.11"
36     ],
37     "MJRefresh": [
38       "~> 3.1.9"
39     ],
40     "Masonry": [
41       "~> 1.0.1"
42     ],
43     "SDWebImage": [
44       "~> 3.8.1"
45     ],
46     "YYText": [
47       "~> 1.0.5"
48     ],
49     "YYCategories": [
50       "~> 1.0.3"
51     ]
52   },
53   "subspecs": [
54     {
55       "name": "UIComponent",
56       "source_files": "CRKit/Common/UIComponent/*.{h,m}",
57       "public_header_files": "CRKit/Common/UIComponent/*.{h}"
58     },
59     {
60       "name": "Category",
61       "source_files": "CRKit/Common/Category/*.{h,m}",
62       "public_header_files": "CRKit/Common/Category/*.{h}"
63     },
64     {
65       "name": "Macro",
66       "source_files": "CRKit/Common/Macro/*.{h,m}",
67       "public_header_files": "CRKit/Common/Macro/*.{h}"
68     }
69   ]