blob: ce7ca27aa970bc8d70e7f92af6a80e50d90c774a [file] [log] [blame]
{
"name": "MarkupKit",
"version": "2.6.1",
"summary": "Declarative UI for iOS applications",
"description": "MarkupKit is an open-source framework for simplifying development of native iOS\napplications. It allows developers to construct user interfaces declaratively using a\nhuman-readable markup language, rather than visually using Interface Builder or\nprogrammatically in code.",
"homepage": "https://github.com/gk-brown/MarkupKit",
"license": "Apache License, Version 2.0",
"authors": "Greg Brown",
"source": {
"git": "https://github.com/gk-brown/MarkupKit.git",
"tag": "2.6.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "MarkupKit/*.{h,m}"
}