blob: e0826329cc107f0813140326d1d2d7ae3b2fdb45 [file] [log] [blame]
{
"name": "ClassyLiveLayout",
"version": "0.5.0",
"license": "MIT",
"summary": "Use Classy stylesheets together with Masonry to tweak AutoLayout constants live when debugging in the simulator.",
"homepage": "http://github.com/olegam/ClassyLiveLayout",
"authors": {
"Ole Gammelgaard Poulsen": "ole@shape.dk"
},
"source": {
"git": "https://github.com/olegam/ClassyLiveLayout.git",
"tag": "v0.5.0"
},
"dependencies": {
"Masonry": [
],
"Classy": [
]
},
"description": "\n Use Classy stylesheets together with Masonry to tweak AutoLayout constants live when debugging in the simulator.\n ",
"source_files": "ClassyLiveLayout/**/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}