blob: 9c95c10509992387fe5c7b99a90e115aa5c781cd [file] [log] [blame]
{
"name": "Pyramid",
"version": "0.8.0",
"summary": "Basic concepts for iOS app architecture",
"description": "Basic concepts for iOS app architecture.",
"homepage": "https://github.com/cleverlance/Pyramid",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jakubvano": "jakub.vano@cleverlance.com"
},
"source": {
"git": "https://github.com/cleverlance/Pyramid.git",
"tag": "0.8.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source_files": "Sources/Common/**/*.{swift,h,m}",
"ios": {
"source_files": "Sources/iOS/**/*.{swift,h,m}"
},
"dependencies": {
"Swinject": [
],
"SwinjectAutoregistration": [
],
"KeychainAccess": [
],
"Result": [
]
}
}