blob: e171104dce7190b26fbbb3356e7ecdf48fa8560f [file] [log] [blame]
{
"name": "DZNPhotoPickerController",
"version": "1.5.1",
"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://raw.githubusercontent.com/dzenbot/DZNPhotoPickerController/master/Docs/screenshots.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.5.1"
},
"source_files": [
"Classes",
"Source/Classes/*.{h,m}"
],
"exclude_files": "Source/Classes/UIImagePickerController/**/*.{h,m}",
"resources": [
"Resources",
"Source/Resources/**/*.*"
],
"requires_arc": true,
"prefix_header_contents": [
"#import <MobileCoreServices/MobileCoreServices.h>",
"#import <SystemConfiguration/SystemConfiguration.h>"
],
"header_mappings_dir": "Source",
"dependencies": {
"AFNetworking": [
"2.2.1"
],
"GROAuth2SessionManager": [
"0.2.2"
],
"SDWebImage": [
"3.7"
],
"MBProgressHUD": [
"0.9"
],
"DZNEmptyDataSet": [
"1.3.3"
]
},
"subspecs": [
{
"name": "DZNPhotoService",
"source_files": [
"Source/Classes/DZNPhotoService/*.{h,m}",
"Source/Classes/DZNPhotoPickerControllerConstants.h"
]
},
{
"name": "UIImagePickerControllerExtended",
"source_files": [
"Source/Classes/UIImagePickerController/*.{h,m}",
"Source/Classes/DZNPhotoPickerControllerConstants.h"
]
}
]
}