blob: 33750e2988d096e68a626ebd6c788da317972905 [file] [log] [blame]
{
"name": "XMLLayouts",
"version": "1.1.0",
"summary": "Template engine for XML",
"homepage": "http://naru.jpn.com/xmllayouts",
"license": "MIT",
"authors": "naru",
"social_media_url": "http://twitter.com/naruchigi",
"source": {
"git": "https://github.com/naru-jpn/XMLLayouts.git",
"tag": "1.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": [
"XMLLayouts/*.{h,m}",
"XMLLayouts/**/*.{h,m}",
"XMLLayouts/**/**/*.{h,m}"
],
"public_header_files": [
"XMLLayouts/*.h",
"XMLLayouts/**/*.h",
"XMLLayouts/**/**/*.h"
]
}