[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 1 / 8 / PFKit / 0.1.1 / PFKit.podspec.json
blob8557a29f801686cf753f93bef13d49946daf8e44
2   "name": "PFKit",
3   "version": "0.1.1",
4   "summary": "对系统API进行简单封装,实现常用功能",
5   "homepage": "https://github.com/PFei-He/PFKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "PFei-He": "498130877@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/PFei-He/PFKit.git",
18     "tag": "0.1.1",
19     "submodules": true
20   },
21   "source_files": "PFKit/PFKit.h",
22   "public_header_files": "PFKit/PFKit.h",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Catagory",
27       "source_files": "PFKit/Catagory/{NSString,UIView}+PFKit.{h,m}"
28     },
29     {
30       "name": "Foundation",
31       "source_files": "PFKit/Foundation/PF{File,Model,QRCode,Time}.{h,m}"
32     }
33   ]