blob: e57519d31c977a0bd1363ed48ffee4ea8e3fce99 [file] [log] [blame]
{
"name": "InterfaCSS",
"version": "1.0.0",
"summary": "A fabulous CSS based styling and layout framework for iOS applications.",
"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.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "InterfaCSS/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"dependencies": {
"Parcoa": [
"~> 0.0.1"
]
}
}