| { |
| "name": "FFFPhoto", |
| "version": "1.0.0", |
| "summary": "A photo select tool", |
| "description": "A photo select tool!", |
| "homepage": "https://github.com/zichenfang/FFFPhoto", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zichenfang": "zichenfang@yeah.net" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/zichenfang/FFFPhoto.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "FFFPhoto/*", |
| "resources": "FFFPhoto/*.png", |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation" |
| ], |
| "requires_arc": true |
| } |