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