[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / 1 / FanKit / 0.4.0 / FanKit.podspec.json
blob6161bb9e4189137b021e1d866af7f49e061a84e0
2   "name": "FanKit",
3   "version": "0.4.0",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/fanxiangyang/FanKit.git",
19     "tag": "0.4.0"
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   "resources": "Classes/Common/FanKit.bundle",
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Common",
34       "public_header_files": "Classes/Common/*.h",
35       "source_files": "Classes/Common/*.{h,m}",
36       "frameworks": [
37         "UIKit",
38         "SystemConfiguration"
39       ]
40     },
41     {
42       "name": "Core",
43       "dependencies": {
44         "FanKit/Common": [
46         ]
47       },
48       "source_files": "Classes/Core/*.{h,m}",
49       "public_header_files": "Classes/Core/*.h",
50       "frameworks": [
51         "UIKit",
52         "QuartzCore",
53         "AudioToolbox",
54         "AVFoundation"
55       ]
56     },
57     {
58       "name": "UIKit",
59       "dependencies": {
60         "FanKit/Common": [
62         ]
63       },
64       "public_header_files": "Classes/UIKit/*.h",
65       "source_files": "Classes/UIKit/*.{h,m}",
66       "frameworks": [
67         "UIKit",
68         "AVFoundation",
69         "Photos",
70         "AssetsLibrary"
71       ]
72     }
73   ]