[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 3 / 8 / a / PPLib / 0.0.2 / PPLib.podspec.json
blob14c99b89e4155459c10e284b6b41164128bf25aa
2   "name": "PPLib",
3   "version": "0.0.2",
4   "summary": "开发过程中的基础类库使用",
5   "description": "个人在开发过程中方便自己开发的类库以及方法",
6   "homepage": "https://github.com/xphaijj/PPLib.git",
7   "license": "MIT",
8   "authors": {
9     "項普華": "2112787533@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/xphaijj/PPLib.git",
16     "tag": "0.0.2"
17   },
18   "subspecs": [
19     {
20       "name": "PPBaseLib",
21       "source_files": "PPBaseLib/*.{h,m}",
22       "public_header_files": "PPBaseLib/*.{h}",
23       "dependencies": {
24         "ReactiveCocoa": [
25           "2.1.8"
26         ]
27       }
28     }
29   ]