[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / e / 0 / a / FPPicker / 3.2.1 / FPPicker.podspec.json
blob768fcbd5b84224e5173279d5e00788ae8c511dfc
2   "name": "FPPicker",
3   "version": "3.2.1",
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_ios.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": "v3.2.1"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "prefix_header_file": "FPPicker/FPPicker-Prefix.pch",
23   "public_header_files": [
24     "FPPicker/FPConfig.h",
25     "FPPicker/FPConstants.h",
26     "FPPicker/FPPicker.h",
27     "FPPicker/FPPickerController.h",
28     "FPPicker/FPSaveController.h",
29     "FPPicker/FPExternalHeaders.h"
30   ],
31   "source_files": "FPPicker/*.{h,m}",
32   "frameworks": [
33     "AssetsLibrary",
34     "CoreFoundation",
35     "CoreGraphics",
36     "Foundation",
37     "MobileCoreServices",
38     "QuartzCore",
39     "SystemConfiguration"
40   ],
41   "dependencies": {
42     "AFNetworking": [
43       "~> 2.3.1"
44     ]
45   },
46   "requires_arc": true,
47   "resource_bundles": {
48     "FPPicker": "FPPicker Resources/Assets/*.*"
49   }