blob: 1f7563ae6ea0371952412601515b25ce17edf8fe [file] [log] [blame]
{
"name": "SSPhotoKit",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Example/Classes/**",
"resources": "Example/Classes/images.xcassets",
"frameworks": [
"UIKit",
"Photos",
"AVFoundation"
],
"dependencies": {
"ImagePickerSheetController": [
],
"SSImageBrowser": [
],
"AsyncDisplayKit": [
]
}
}