blob: d42f9137fefe190f97fdef61e8c802a2ef55b9ec [file] [log] [blame]
{
"name": "PhotoPickerPlus",
"version": "2.3.0",
"summary": "iOS component for picking photos from the iDevice & web using the Chute Platform.",
"homepage": "http://www.getchute.com",
"license": {
"type": "MIT"
},
"authors": {
"Oliver Dimitrov": "dimitrov.oli@gmail.com"
},
"source": {
"git": "https://github.com/chute/photo-picker-plus-ios.git",
"tag": "2.3.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"PhotoPickerPlus",
"PhotoPickerPlus/**/*.{h,m,c}"
],
"resources": "PhotoPickerPlus/Resources/**",
"frameworks": [
"AssetsLibrary",
"CoreGraphics",
"QuartzCore",
"Photos"
],
"dependencies": {
"Chute-SDK": [
"~> 2.0.6"
]
}
}