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