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"
16 "git": "https://github.com/dzenbot/UIPhotoPickerController.git",
19 "default_subspecs": "Core",
22 "Source/Resources/**/*.*"
28 "public_header_files": "Source/Classes/*/*.h",
32 "source_files": "Source/Classes/Core/*.{h,m}",
34 "DZNPhotoPickerController/Services": [
37 "DZNPhotoPickerController/Editor": [
51 "Source/Classes/Services/*.{h,m}",
52 "Source/Classes/Core/DZNPhotoPickerControllerConstants.{h,m}"
59 "prefix_header_contents": [
60 "#import <MobileCoreServices/MobileCoreServices.h>",
61 "#import <SystemConfiguration/SystemConfiguration.h>"
67 "Source/Classes/Editor/*.{h,m}",
68 "Source/Classes/Core/DZNPhotoPickerControllerConstants.{h,m}"