blob: fdd4fef46f7d408a1752db9d7ec82f9a00fc5741 [file] [log] [blame]
{
"name": "ClassyLiveLayout",
"version": "0.2.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.2.0"
},
"dependencies": {
"Masonry": [
]
},
"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
}