blob: ecaaf557db0d8a65e7b8b17a68033eff3157452c [file] [log] [blame]
{
"name": "InterfaCSS",
"version": "2.0-Beta1",
"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": "2.0-Beta1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Core/Source/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
]
}