[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 5 / 1 / FanKit / 0.1.0 / FanKit.podspec.json
blob529b3c7a0abe2bcf9d6c6ccaff530827ee192290
2   "name": "FanKit",
3   "version": "0.1.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": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/fanxiangyang/FanKit.git",
19     "tag": "0.1.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/Core/FanKit.bundle",
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Classes/Core/*.{h,m}",
35       "public_header_files": "Classes/Core/*.h",
36       "frameworks": [
37         "UIKit",
38         "QuartzCore"
39       ]
40     },
41     {
42       "name": "UIKit",
43       "public_header_files": "Classes/UIKit/*.h",
44       "source_files": "Classes/UIKit/*.{h,m}",
45       "frameworks": "UIKit"
46     },
47     {
48       "name": "Libs",
49       "public_header_files": "Classes/Libs/**/*.h",
50       "source_files": "Classes/Libs/**/*.{h,m}",
51       "frameworks": "UIKit"
52     }
53   ]