[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / 1 / FanKit / 0.0.3 / FanKit.podspec.json
blob05319632c5efa0bb56094b106c3b14bdb6d4fb48
2   "name": "FanKit",
3   "version": "0.0.3",
4   "summary": "A Cocoa Tool Kit of iOS components.",
5   "description": "一个iOS集成实用工具库,以后会添加更多更多的工具,实用类,封装类,封装小效果",
6   "homepage": "https://github.com/fanxiangyang/FanKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanxiangyang": "fqsyfan@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/fanxiangyang/FanKit.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "Classes/FanKit.h",
23     "Classes/FanKitHead.h"
24   ],
25   "public_header_files": [
26     "Classes/FanKit.h",
27     "Classes/FanKitHead.h"
28   ],
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Classes/Core/*.{h,m}",
34       "public_header_files": "Classes/Core/*.h",
35       "frameworks": [
36         "UIKit",
37         "QuartzCore"
38       ]
39     },
40     {
41       "name": "UIKit",
42       "public_header_files": "Classes/UIKit/*.h",
43       "source_files": "Classes/UIKit/*.{h,m}",
44       "frameworks": "UIKit"
45     },
46     {
47       "name": "Libs",
48       "public_header_files": "Classes/Libs/**/*.h",
49       "source_files": "Classes/Libs/**/*.{h,m}",
50       "frameworks": "UIKit"
51     }
52   ]