blob: bb965759d3c5f80583cd4abe8c51614a5077633d [file] [log] [blame]
{
"name": "InterfaCSS",
"version": "1.3.0",
"summary": "The CSS-inspired styling and layout framework for iOS",
"homepage": "https://github.com/tolo/InterfaCSS",
"license": "MIT",
"authors": {
"Tobias Löfstrand": "tobias@leafnode.se"
},
"source": {
"git": "https://github.com/tolo/InterfaCSS.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "InterfaCSS/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"dependencies": {
"Parcoa": [
"~> 0.0.1"
]
}
}