[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 4 / e / 5 / CRKit / 0.1.4 / CRKit.podspec.json
blobcab23682d6e014c6aced21ec56c1dab74926f13f
2   "name": "CRKit",
3   "summary": "常用第三方库引用,常用Category、Macro、UIComponent",
4   "version": "0.1.4",
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.4"
21   },
22   "source_files": "CRKit/Common/CRKit.h",
23   "public_header_files": "CRKit/Common/CRKit.h",
24   "subspecs": [
25     {
26       "name": "UIComponent",
27       "source_files": "CRKit/Common/UIComponent/*.{h,m}",
28       "public_header_files": "CRKit/Common/UIComponent/*.{h}"
29     },
30     {
31       "name": "Category",
32       "source_files": "CRKit/Common/Category/*.{h,m}",
33       "public_header_files": "CRKit/Common/Category/*.{h}"
34     },
35     {
36       "name": "Macro",
37       "source_files": "CRKit/Common/Macro/*.{h,m}",
38       "public_header_files": "CRKit/Common/Macro/*.{h}"
39     }
40   ]