blob: f75704506e6d7f5e297ec5f1f45936e102597ebf [file] [log] [blame]
{
"name": "HeroArchitecture",
"version": "0.4.8.4",
"summary": "The Hero architecture for iOS.",
"description": "The `Hero` architecture for iOS is a way to avoid large `UIViewController`\nimplementations and simultaneously separate the responsibilities.\nThis separation is achieved by creating modules and workflows.",
"homepage": "https://github.com/fluidmobile/hero",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fluidmobile GmbH": "hello@fluidmobile.de"
},
"source": {
"git": "https://github.com/fluidmobile/hero.git",
"tag": "0.4.8.4"
},
"social_media_url": "https://twitter.com/fluidmobile",
"platforms": {
"ios": "8.0"
},
"source_files": "HeroArchitecture/Classes/**/*"
}