blob: 1af4b2d67c205f0334916c6aa9d50fabaa77b8f4 [file] [log] [blame]
{
"name": "InterfaCSS",
"version": "1.5.1",
"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.5.1"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source_files": "InterfaCSS/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
]
}