blob: 5dbe8dfcd9df13326a5ad12145cf08d7a80a8777 [file] [log] [blame]
{
"name": "PhotoPickerPlus",
"version": "2.0.3",
"summary": "iOS component for picking photos from the iDevice & web using the Chute Platform.",
"homepage": "http://getchute.com",
"license": {
"type": "MIT"
},
"authors": {
"Aleksandar Kex Trpeski": "kex@getchute.com"
},
"source": {
"git": "https://github.com/chute/photo-picker-plus-ios.git",
"tag": "2.0.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"PhotoPickerPlus",
"PhotoPickerPlus/**/*.{h,m,c}"
],
"resources": "PhotoPickerPlus/**/*.{png,plist}",
"frameworks": [
"AssetsLibrary",
"CoreGraphics",
"QuartzCore"
],
"dependencies": {
"Chute-SDK": [
"~> 2.0.5"
]
}
}