blob: dfdd52533909bd2584df6c34b6e2636dc0a4fca0 [file] [log] [blame]
{
"name": "Photobook",
"version": "2.1.0",
"summary": "The Photobook SDK makes it easy to create beautiful, high quality photo books from within your app",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"authors": {
"Konstantinos Karagiannis": "kkarayannis@gmail.com",
"Jaime Landazuri": "jlandazuri42@gmail.com",
"Julian Gruber": ""
},
"homepage": "https://www.kite.ly",
"source": {
"git": "https://github.com/OceanLabs/Photobook-iOS.git",
"tag": "v2.1.0"
},
"source_files": [
"Photobook/**/*.swift",
"PhotobookSDK/**/*.swift"
],
"swift_versions": "5.0",
"resource_bundles": {
"PhotobookResources": [
"Photobook/Base.lproj/Photobook.storyboard",
"Photobook/Resources/Assets.xcassets",
"Photobook/Resources/Lora-Regular.ttf",
"Photobook/Resources/Montserrat-Bold.ttf",
"Photobook/Resources/OpenSans-Regular.ttf"
]
},
"module_name": "Photobook",
"dependencies": {
"KeychainSwift": [
"~> 16.0.1"
],
"SDWebImage": [
"~> 4.4.0"
],
"Stripe": [
"~> 15.0.1"
],
"Analytics": [
"~> 3.6.10"
],
"PayPal-iOS-Dynamic-Loader": [
]
},
"swift_version": "5.0"
}