blob: 4d9488f7b3e55bc568e265eb3fb8ea873a6cb6aa [file] [log] [blame]
{
"name": "Flatline",
"version": "1.0.5",
"summary": "A Framework to Provide a Base Architecture for a Service Based Network Architecture",
"description": "Flatline is meant to provide a Base Architecture for a Service Based Network Architecture. By Subclassing the BaseNetworkService, and registering any Network Framework you choose, it allows you to easily interface with your network layer in an easy to use manner.",
"homepage": "https://github.com/JoshHenderson/Flatline",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Henderson": "henderson.josh1@gmail.com"
},
"source": {
"git": "https://github.com/JoshHenderson/Flatline.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Flatline/**/*.{swift}"
}