[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 8 / PGFrame / 1.0.4 / PGFrame.podspec.json
blobf800c99a10ca9014b5ccac0c59f79b8e26b75bb0
2   "name": "PGFrame",
3   "version": "1.0.4",
4   "summary": "简单App框架",
5   "description": "\"提供一个简单App的设计思路以及功能模块设计\"",
6   "homepage": "https://github.com/harryouyang/PGFrame",
7   "license": "MIT",
8   "authors": {
9     "harryouyang": "http://www.jianshu.com/users/3a0ef3d9bdef/latest_articles"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/harryouyang/PGFrame.git",
16     "tag": "1.0.4"
17   },
18   "source_files": [
19     "PGFrame",
20     "PGFrame/**/*.{h,m}"
21   ],
22   "resources": "PGFrame/image/*.png",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ]
27   }