blob: 08dbe255841f2bd60063bf4338e47788c99b8972 [file] [log] [blame]
{
"name": "FlaneurImagePicker",
"version": "0.1.0",
"summary": "FlaneurImagePicker is an iOS image picker",
"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.",
"homepage": "https://github.com/FlaneurApp/FlaneurImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Flâneur": "flaneurdev@bootstragram.com"
},
"source": {
"git": "https://github.com/FlaneurApp/FlaneurImagePicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"module_name": "FlaneurImagePicker",
"source_files": "Sources/**/*",
"resource_bundles": {
"FlaneurImagePicker": "Sources/Assets/*"
},
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"IGListKit": [
"~> 3.0"
],
"ActionKit": [
"~> 2.0"
],
"Kingfisher": [
"~> 3.10"
]
},
"pushed_with_swift_version": "3.2"
}