4 "summary": "SDK to access Filepicker.io API",
5 "description": " Filepicker helps developers connect with all the data sources they might have.\n This is an SDK that lets developers easily add a bunch of cloud file handling features without coding.\n",
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/Shared/FPExternalHeaders.h",
30 "FPPicker/Shared/FPConfig.h",
31 "FPPicker/Shared/FPConstants.h",
32 "FPPicker/Shared/FPMediaInfo.h"
35 "FPPicker/Shared/*.{h,m}",
36 "FPPicker/Platforms/iOS/*.{h,m}"
52 "FPPicker": "Resources-Shared/*.*"
56 "prefix_header_file": "Resources-Mac/FPPicker-Mac-Prefix.pch",
57 "public_header_files": [
58 "FPPicker/Platforms/Mac/FPPickerMac.h",
59 "FPPicker/Platforms/Mac/FPPickerController.h",
60 "FPPicker/Platforms/Mac/FPSaveController.h",
61 "FPPicker/Shared/FPExternalHeaders.h",
62 "FPPicker/Shared/FPConfig.h",
63 "FPPicker/Shared/FPConstants.h",
64 "FPPicker/Shared/FPMediaInfo.h"
67 "FPPicker/Shared/*.{h,m}",
68 "FPPicker/Platforms/Mac/*.{h,m}"
75 "FPPicker": "Resources-Shared/*.*",
76 "FPPickerMac": "Resources-Mac/*.*"