blob: 7cfdfc4388cc0c58419324a050ed0d7eeca68ad6 [file] [log] [blame]
{
"name": "Pyramid",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"Swinject": [
"~> 2.0"
],
"SwinjectAutoregistration": [
],
"ObjectMapper": [
"~> 2.0"
],
"ReachabilitySwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}