blob: cced071bc0387884c359c1a59f8d5df009b4d585 [file] [log] [blame]
{
"name": "CoreArchitecture",
"version": "1.0.0",
"summary": "Starter kit for Core architecture.",
"description": "Core helps you design applications in a way that the app\nflow is driven by business layer, instead of UI layer. It\nalso promotes unidirectional data flow between components\nfor consistency, high testability and powerful debugging.",
"homepage": "https://github.com/gokselkoksal/Core/",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Göksel Köksal": "gokselkoksal@gmail.com"
},
"social_media_url": "https://twitter.com/gokselkk",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/gokselkoksal/Core.git",
"tag": "1.0.0"
},
"source_files": [
"Core/Sources",
"Core/Sources/**/*.swift"
],
"pushed_with_swift_version": "4"
}