[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / e / 0 / a / FPPicker / 5.0.0-beta2 / FPPicker.podspec.json
blobc1915b208cfb2e3ee477b8294e492e14b64fbcc7
2   "name": "FPPicker",
3   "version": "5.0.0-beta2",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Filepicker.io": "contact@filepicker.io"
14   },
15   "source": {
16     "git": "https://github.com/Ink/ios-picker.git",
17     "tag": "v5.0.0-beta2"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "ios": {
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     ],
38     "source_files": [
39       "FPPicker/Shared/*.{h,m}",
40       "FPPicker/Platforms/iOS/*.{h,m}"
41     ],
42     "frameworks": [
43       "AssetsLibrary",
44       "CoreFoundation",
45       "CoreGraphics",
46       "MobileCoreServices",
47       "QuartzCore",
48       "SystemConfiguration"
49     ],
50     "dependencies": {
51       "MBProgressHUD": [
52         "~> 0.9"
53       ]
54     },
55     "resource_bundles": {
56       "FPPicker": "Resources-Shared/*.*"
57     }
58   },
59   "osx": {
60     "prefix_header_file": "Resources-Mac/FPPicker-Mac-Prefix.pch",
61     "public_header_files": [
62       "FPPicker/Platforms/Mac/FPPickerMac.h",
63       "FPPicker/Platforms/Mac/FPPickerController.h",
64       "FPPicker/Platforms/Mac/FPSaveController.h",
65       "FPPicker/Platforms/Mac/FPAuthController.h",
66       "FPPicker/Shared/FPExternalHeaders.h",
67       "FPPicker/Shared/FPConfig.h",
68       "FPPicker/Shared/FPConstants.h",
69       "FPPicker/Shared/FPMediaInfo.h",
70       "FPPicker/Shared/FPSource+SupportedSources.h",
71       "FPPicker/Shared/FPSimpleAPI.h"
72     ],
73     "source_files": [
74       "FPPicker/Shared/*.{h,m}",
75       "FPPicker/Platforms/Mac/*.{h,m}"
76     ],
77     "frameworks": [
78       "WebKit",
79       "Quartz"
80     ],
81     "dependencies": {
82       "PureLayout": [
83         "~> 2.0.6"
84       ]
85     },
86     "resource_bundles": {
87       "FPPicker": "Resources-Shared/*.*",
88       "FPPickerMac": "Resources-Mac/*.*"
89     }
90   },
91   "dependencies": {
92     "AFNetworking": [
93       "~> 2.5.3"
94     ]
95   },
96   "requires_arc": true