blob: e9365940dccde7bb54b94aafa20e18840e367e3e [file] [log] [blame]
{
"name": "LayoutXML",
"version": "1.0.0",
"summary": "Android styled XML template engine for iOS written in Swift.",
"homepage": "https://github.com/naru-jpn/LayoutXML",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"naru": "tus.naru@gmail.com"
},
"source": {
"git": "https://github.com/naru-jpn/LayoutXML.git",
"tag": "1.0.0"
},
"source_files": [
"Sources/LayoutXML/LayoutXML.swift",
"Sources/LayoutXML/R/*",
"Sources/LayoutXML/Inflater/*",
"Sources/LayoutXML/Layouter/*"
],
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0"
}