2 "name": "DZNPhotoPickerController",
4 "summary": "A photo search/picker for iOS using popular providers like 500px, Flickr, Intagram, Google Images, etc.",
5 "description": "This framework tries to mimic as close as possible the native UIImagePickerController API for iOS7, in terms of features, appearance and behaviour.",
6 "homepage": "https://github.com/dzenbot/DZNPhotoPickerController",
7 "screenshots": "https://raw.githubusercontent.com/dzenbot/DZNPhotoPickerController/master/Docs/screenshots.png",
13 "Ignacio Romero Z.": "iromero@dzen.cl"
19 "git": "https://github.com/dzenbot/UIPhotoPickerController.git",
24 "Source/Classes/*.{h,m}"
26 "exclude_files": "Source/Classes/UIImagePickerController/**/*.{h,m}",
29 "Source/Resources/**/*.*"
32 "prefix_header_contents": [
33 "#import <MobileCoreServices/MobileCoreServices.h>",
34 "#import <SystemConfiguration/SystemConfiguration.h>"
36 "header_mappings_dir": "Source",
41 "GROAuth2SessionManager": [
56 "name": "DZNPhotoService",
58 "Source/Classes/DZNPhotoService/*.{h,m}",
59 "Source/Classes/DZNPhotoPickerControllerConstants.h"
63 "name": "UIImagePickerControllerExtended",
65 "Source/Classes/UIImagePickerController/*.{h,m}",
66 "Source/Classes/DZNPhotoPickerControllerConstants.h"