blob: 80a654843a619d4a3dffae8f46206eafe012f208 [file] [log] [blame]
{
"name": "Photobook",
"version": "1.3.0",
"summary": "Summary here",
"description": "Description here",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"authors": {
"Konstantinos Karagiannis": "kkarayannis@gmail.com",
"Jaime Landazuri": "",
"Julian Gruber": ""
},
"homepage": "https://www.kite.ly",
"source": {
"git": "https://github.com/OceanLabs/Photobook-iOS.git",
"tag": "v1.3.0"
},
"source_files": [
"Photobook/**/*.swift",
"PhotobookSDK/**/*.swift"
],
"swift_version": "4.2",
"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": [
"~> 11.0.0"
],
"SDWebImage": [
"~> 4.4.0"
],
"Stripe": [
],
"Analytics": [
"~> 3.0"
],
"PayPal-iOS-Dynamic-Loader": [
]
}
}