[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / c / 7 / f / FlaneurImagePicker / 0.6.1 / FlaneurImagePicker.podspec.json
blob7184a4e7e53b3502439ac0e5938f1534b2ffaf5a
2   "name": "FlaneurImagePicker",
3   "version": "0.6.1",
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": "dev@flaneurapp.com"
13   },
14   "source": {
15     "git": "https://github.com/FlaneurApp/FlaneurImagePicker.git",
16     "tag": "0.6.1"
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   }