4 "summary": "SDK to access Filepicker.io API",
5 "description": "Filepicker helps developers connect with all the data sources they might have.\nThis is an SDK that lets developers easily add a bunch of cloud file handling features without coding.",
6 "homepage": "https://github.com/Ink/ios-picker/",
7 "screenshots": "https://github.com/Ink/ios-picker/raw/develop/Docs/filepicker.png",
13 "Filepicker.io": "contact@filepicker.io"
16 "git": "https://github.com/Ink/ios-picker.git",
24 "prefix_header_file": "Resources-iOS/FPPicker-Prefix.pch",
25 "public_header_files": [
26 "FPPicker/Platforms/iOS/FPPicker.h",
27 "FPPicker/Platforms/iOS/FPPickerController.h",
28 "FPPicker/Platforms/iOS/FPSaveController.h",
29 "FPPicker/Platforms/iOS/FPTheme.h",
30 "FPPicker/Platforms/iOS/FPAuthController.h",
31 "FPPicker/Shared/FPExternalHeaders.h",
32 "FPPicker/Shared/FPConfig.h",
33 "FPPicker/Shared/FPConstants.h",
34 "FPPicker/Shared/FPMediaInfo.h",
35 "FPPicker/Shared/FPSource+SupportedSources.h",
36 "FPPicker/Shared/FPSimpleAPI.h",
37 "FPPicker/Shared/FPSource.h"
40 "FPPicker/Shared/*.{h,m}",
41 "FPPicker/Platforms/iOS/*.{h,m}"
57 "FPPicker": "Resources-Shared/*.*"
61 "prefix_header_file": "Resources-Mac/FPPicker-Mac-Prefix.pch",
62 "public_header_files": [
63 "FPPicker/Platforms/Mac/FPPickerMac.h",
64 "FPPicker/Platforms/Mac/FPPickerController.h",
65 "FPPicker/Platforms/Mac/FPSaveController.h",
66 "FPPicker/Platforms/Mac/FPAuthController.h",
67 "FPPicker/Shared/FPExternalHeaders.h",
68 "FPPicker/Shared/FPConfig.h",
69 "FPPicker/Shared/FPConstants.h",
70 "FPPicker/Shared/FPMediaInfo.h",
71 "FPPicker/Shared/FPSource+SupportedSources.h",
72 "FPPicker/Shared/FPSimpleAPI.h",
73 "FPPicker/Shared/FPSource.h"
76 "FPPicker/Shared/*.{h,m}",
77 "FPPicker/Platforms/Mac/*.{h,m}"
89 "FPPicker": "Resources-Shared/*.*",
90 "FPPickerMac": "Resources-Mac/*.*"