[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / c / e / PSTFramework / 1.0.1 / PSTFramework.podspec.json
bloba52c8b3f684e342f5053fd78d4c74bdbaffee55c
2   "name": "PSTFramework",
3   "version": "1.0.1",
4   "summary": "创建一个输出hello world的Framework",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "description": "这就是一个测试,没别的,你信不信?",
9   "homepage": "https://github.com/pengshuangta/PSTFramework.git",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "pengshuangta": "1120160658@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/pengshuangta/PSTFramework.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "Framework/**/*.{h,m}",
22   "public_header_files": "Framework/**/*.h",
23   "requires_arc": true,
24   "ios": {
25     "vendored_frameworks": "Framework/PSTFramework.framework"
26   }