blob: a9352656fe048befc3d519173cb548ca244e4958 [file] [log] [blame]
{
"name": "StoriesImagePicker",
"version": "1.0.0",
"summary": "A ViewController that allows the user to select images from their Photo Library, Instagram or Facebook.",
"description": "A ViewController that allows the user to select images from their Photo Library, Instagram or Facebook. It closely matches the design of the built-in Photos app and it includes a feature that groups photos into Stories in a similar manner that Photos.app creates Memories.",
"license": "MIT",
"platforms": {
"ios": "10.0"
},
"authors": {
"Konstantinos Karagiannis": "kkarayannis@gmail.com",
"Jaime Landazuri": "",
"Julian Gruber": ""
},
"homepage": "https://www.kite.ly",
"source": {
"git": "https://github.com/OceanLabs/StoriesImagePicker-iOS.git",
"tag": "1.0.0"
},
"source_files": [
"StoriesImagePicker/**/*.swift"
],
"swift_version": "4.1",
"resource_bundles": {
"StoriesImagePickerResources": [
"StoriesImagePicker/StoriesImagePicker.storyboard",
"StoriesImagePicker/StoriesImagePicker.xcassets"
]
},
"module_name": "StoriesImagePicker",
"dependencies": {
"OAuthSwift": [
"~> 1.2.0"
],
"KeychainSwift": [
"~> 11.0.0"
],
"SDWebImage": [
"~> 4.4.0"
],
"FBSDKCoreKit": [
"~> 4.33.0"
],
"FBSDKLoginKit": [
"~> 4.33.0"
]
}
}