[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 4 / e / 5 / CRKit / 0.1.3 / CRKit.podspec.json
bloba2758dc39a15a5941288c31da8e725ba2a85e723
2   "name": "CRKit",
3   "summary": "常用第三方库引用,常用Category、Macro、UIComponent",
4   "version": "0.1.3",
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.3"
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   },
29   "subspecs": [
30     {
31       "name": "UIComponent",
32       "source_files": "CRKit/Common/UIComponent/*.{h,m}",
33       "public_header_files": "CRKit/Common/UIComponent/*.{h}"
34     },
35     {
36       "name": "Category",
37       "source_files": "CRKit/Common/Category/*.{h,m}",
38       "public_header_files": "CRKit/Common/Category/*.{h}"
39     },
40     {
41       "name": "Macro",
42       "source_files": "CRKit/Common/Macro/*.{h,m}",
43       "public_header_files": "CRKit/Common/Macro/*.{h}"
44     }
45   ]