| { |
| "name": "FHImagePickSheet", |
| "version": "0.0.1", |
| "summary": "A simple picture selector in the form of actionsheet.", |
| "description": "A simple picture selector in the form of actionsheet,imitate the effect of choosing photo in iMessage on iOS9", |
| "homepage": "https://github.com/madao1237/FHImagePickSheet", |
| "license": "MIT", |
| "authors": { |
| "madao1237": "johnhu456@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/madao1237/FHImagePickSheet.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "FHImagePickSheet", |
| "FHImagePickSheet/FHImagePickSheet/FHImagePickSheet/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "resources": "FHImagePickSheet/FHImagePickSheet/FHImagePickSheet/SupportFile/Image/*.png", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |