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