blob: 23da13926d67a3b5af40fe1365882a0131c8cb09 [file] [log] [blame]
{
"name": "Classy",
"version": "1.0.0",
"license": "MIT",
"summary": "Expressive, flexible, and powerful stylesheets for UIView and friends.",
"homepage": "http://classykit.github.io/Classy/",
"authors": {
"Jonas Budelmann": "jonas.budelmann@gmail.com"
},
"social_media_url": "http://twitter.com/cloudkite",
"source": {
"git": "https://github.com/cloudkite/Classy.git",
"tag": "v1.0.0"
},
"description": "Not CSS. Instead of trying to force UIKit to fit CSS syntax, properties, conventions and constructs.\nClassy is a stylesheet system built from the ground up to work in harmony with UIKit.\nIt borrows the best ideas from CSS and introduces new syntax, conventions and constructs where appropriate.",
"source_files": "Classy/**/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"deprecated": true
}