[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 5 / 1 / FanKit / 0.0.1 / FanKit.podspec.json
blob111db41e388afb62ec5d3543bb665b7c36169810
2   "name": "FanKit",
3   "version": "0.0.1",
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": "fanxiangyang_heda@163.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/fanxiangyang/FanKit.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/FanKit/**/*.{h,m}"
24   ],
25   "public_header_files": "Classes/FanKit/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "QuartzCore"
29   ],
30   "requires_arc": true