| { |
| "name": "PGFrame", |
| "version": "1.0.4", |
| "summary": "简单App框架", |
| "description": "\"提供一个简单App的设计思路以及功能模块设计\"", |
| "homepage": "https://github.com/harryouyang/PGFrame", |
| "license": "MIT", |
| "authors": { |
| "harryouyang": "http://www.jianshu.com/users/3a0ef3d9bdef/latest_articles" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/harryouyang/PGFrame.git", |
| "tag": "1.0.4" |
| }, |
| "source_files": [ |
| "PGFrame", |
| "PGFrame/**/*.{h,m}" |
| ], |
| "resources": "PGFrame/image/*.png", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.1.0" |
| ] |
| } |
| } |