blob: 1265119e6e69ab856ae29f7eeee79a5865151b61 [file] [log] [blame]
{
"name": "JALayout",
"version": "0.1",
"summary": "A simple Auto Layout library.",
"description": " A simple Auto Layout library intended for iOS.\n\n * Convenient shortcuts to create constraints for size and position.\n",
"homepage": "https://github.com/jaquish/JALayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zach Jaquish": "zach.jaquish@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jaquish/JALayout.git",
"tag": "0.1-beta"
},
"source_files": "*.{h,m}",
"requires_arc": true
}