| { |
| "name": "SSPhotoKit", |
| "version": "0.1.4", |
| "summary": "A Photo Picker", |
| "description": "A Photo Picker for iOS8", |
| "homepage": "https://github.com/CodeEagle/SSPhotoKit", |
| "license": "MIT", |
| "authors": { |
| "CodeEagle": "stasura@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/CodeEagle/SSPhotoKit.git", |
| "tag": "0.1.4" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Example/Classes/**", |
| "resources": "Example/Classes/images.xcassets", |
| "frameworks": [ |
| "UIKit", |
| "Photos", |
| "AVFoundation" |
| ], |
| "dependencies": { |
| "ImagePickerSheetController": [ |
| "~> 0.1.7" |
| ], |
| "SSImageBrowser": [ |
| "~>0.1.5" |
| ], |
| "AsyncDisplayKit": [ |
| |
| ] |
| } |
| } |