blob: 8abca7f644c70558d43a07a3a64c7f9f7313709b [file] [log] [blame]
{
"name": "DZNPhotoPickerController",
"version": "1.3.2",
"summary": "A photo search/picker for iOS using popular providers like 500px, Flickr, Intagram, Google Images, etc.",
"description": "This framework tries to mimic as close as possible the native UIImagePickerController API for iOS7, in terms of features, appearance and behaviour.",
"homepage": "https://github.com/dzenbot/DZNPhotoPickerController",
"screenshots": "https://dl.dropboxusercontent.com/u/2452151/Permalink/DZNPhotoPickerController.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ignacio Romero Z.": "iromero@dzen.cl"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dzenbot/UIPhotoPickerController.git",
"tag": "v1.3.2"
},
"source_files": [
"Classes",
"Source/Classes/**/*.{h,m}"
],
"resources": [
"Resources",
"Source/Resources/**/*.*"
],
"requires_arc": true,
"prefix_header_contents": [
"#import <MobileCoreServices/MobileCoreServices.h>",
"#import <SystemConfiguration/SystemConfiguration.h>"
],
"dependencies": {
"AFNetworking": [
"~> 1.3.3"
],
"SDWebImage": [
"~> 3.5.4"
]
}
}