| { |
| "name": "PHSideScrollingImagePicker", |
| "version": "1.0.0", |
| "summary": "iOS 7-style Image Picker", |
| "description": "A horizontally scrolling image picker, similar to the one found in iOS 7's Photos.app share view, complete with floating checkmark badge.\n", |
| "homepage": "https://github.com/pacifichelm/PHSideScrollingImagePicker", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Patrick B. Gibson": "patrick@fadeover.org" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/pacifichelm/PHSideScrollingImagePicker.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "public_header_files": "Classes/**/*.h", |
| "resources": "Images/*.png", |
| "requires_arc": false |
| } |