[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / c / 7 / f / FlaneurImagePicker / 0.5.0 / FlaneurImagePicker.podspec.json
blob25a688e68c651af95d0d72ce424fff9b6e073afe
2   "name": "FlaneurImagePicker",
3   "version": "0.5.0",
4   "summary": "FlaneurImagePicker is an iOS image picker",
5   "description": "FlaneurImagePicker is an iOS image picker that allows users to pick images from different sources (ex: user's library, user's camera, Instagram...).\nIt's highly customizable.",
6   "homepage": "https://github.com/FlaneurApp/FlaneurImagePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Flâneur": "flaneurdev@bootstragram.com"
13   },
14   "source": {
15     "git": "https://github.com/FlaneurApp/FlaneurImagePicker.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "module_name": "FlaneurImagePicker",
22   "source_files": "Sources/**/*",
23   "resource_bundles": {
24     "FlaneurImagePicker": "Sources/Assets/*"
25   },
26   "frameworks": [
27     "UIKit",
28     "Photos"
29   ],
30   "dependencies": {
31     "IGListKit": [
32       "~> 3.0"
33     ],
34     "ActionKit": [
35       "~> 2.1"
36     ],
37     "Kingfisher": [
38       "~> 4.0"
39     ]
40   },
41   "pod_target_xcconfig": {
42     "SWIFT_SWIFT3_OBJC_INFERENCE": "Default",
43     "SWIFT_VERSION": "4.0"
44   },
45   "pushed_with_swift_version": "4.0"