blob: 06b1da8eebf1bc9a7008076f8131c3700ffe17bd [file] [log] [blame]
{
"name": "Pyramid",
"version": "0.7.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.7.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": [
"~> 2.0"
],
"SwinjectAutoregistration": [
],
"ObjectMapper": [
"~> 3.0"
],
"Result": [
]
}
}