blob: dd78fc39a66b3392d203b659c956aff097c75b47 [file] [log] [blame]
{
"name": "SymbiOSis",
"version": "0.2.1",
"summary": "An MVVM-inspired framework for building apps with less code, less bugs, and in less time.",
"homepage": "https://github.com/daniel-hall/SymbiOSis",
"license": "MIT",
"authors": {
"Dan Hall": "dan@danhall.io"
},
"source": {
"git": "https://github.com/daniel-hall/SymbiOSis.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/_danielhall",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"SymbiOSis/SymbiOSis.h",
"SymbiOSis/Core/*",
"SymbiOSis/Bindings/*",
"SymbiOSis/Responders/*",
"SymbiOSis/Private/*"
],
"public_header_files": [
"SymbiOSis/SymbiOSis.h",
"SymbiOSis/Core/*",
"SymbiOSis/Bindings/*",
"SymbiOSis/Responders/*"
],
"frameworks": "UIKit"
}