blob: 40cbf306f202f821d10283db24d8f3ea0c0add93 [file] [log] [blame]
{
"name": "MarkupKit",
"version": "2.5.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.5.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "MarkupKit/*.{h,m}"
}