blob: 0a65b7a40ab0dc99b16f0e6de5bea74e06035e4d [file] [log] [blame]
{
"name": "PhotoPickerPlus",
"version": "2.0.1",
"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.1"
},
"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.3"
]
}
}