[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 1 / 4 / 6 / PHLib / 0.3.0 / PHLib.podspec.json
blob513f5e291d9e9c7b7b692b3754a9690dfbabb136
2   "name": "PHLib",
3   "version": "0.3.0",
4   "summary": "方便开发的一些类库",
5   "description": "在实际开发中总结出来的一些方便自己开发的类库、方法等",
6   "license": "MIT",
7   "authors": {
8     "alexXiang": "2112787533@qq.com"
9   },
10   "homepage": "https://github.com/xphaijj/PHLib",
11   "source": {
12     "git": "https://github.com/xphaijj/PHLib.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": "UIKit",
19   "default_subspecs": "PHLib",
20   "subspecs": [
21     {
22       "name": "PHLib",
23       "source_files": "PHLib/Classes/**/*"
24     },
25     {
26       "name": "PHPay",
27       "vendored_frameworks": "Pay/PHPay.framework"
28     }
29   ]