blob: d34bbcaa62177f5c134b7a9c49d45df558f61c25 [file] [log] [blame]
{
"name": "Pyramid",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Swinject": [
"~> 2.0"
],
"SwinjectAutoregistration": [
],
"ObjectMapper": [
"~> 2.0"
]
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*"
},
{
"name": "Testing",
"source_files": "Sources/Testing/**/*",
"dependencies": {
"Pyramid/Core": [
]
}
}
]
}