blob: 37e9418bb82639288db8bfba4f07ecdca1391249 [file] [log] [blame]
{
"name": "AutoLayoutShorthand",
"version": "1.0",
"summary": "alternative system for creating and adding Cocoa Auto Layout constraints",
"homepage": "https://github.com/rentzsch/AutoLayoutShorthand",
"license": {
"type": "MIT",
"text": ""
},
"authors": {
"Jonathan 'Wolf' Rentzsch": ""
},
"source": {
"git": "https://github.com/rentzsch/AutoLayoutShorthand.git",
"tag": "semver-1.0"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"requires_arc": true
}