| { |
| "name": "Preview", |
| "version": "1.0.0", |
| "summary": "a repository demo", |
| "description": "a repository demo", |
| "homepage": "https://github.com/ChangJian2333/Preview", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "changjian": "changjian2333@163.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/ChangJian2333/Preview.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Preview/**/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "MBProgressHUD": [ |
| "~> 1.0.0" |
| ], |
| "SDWebImage": [ |
| "~> 3.8.2" |
| ] |
| } |
| } |