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