blob: bd2da0f24c8a16d61ddc265f33abbd7d9482ef77 [file] [log] [blame]
{
"name": "TinyConstraints",
"version": "3.3.1",
"summary": "Nothing but sugar.",
"description": "Tiny Constraints is the syntactic sugar that makes NSLayoutConstraint sweeter for human use.",
"homepage": "https://github.com/roberthein/TinyConstraints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert-Hein Hooijmans": "rh.hooijmans@gmail.com"
},
"source": {
"git": "https://github.com/roberthein/TinyConstraints.git",
"tag": "3.3.1"
},
"social_media_url": "https://twitter.com/roberthein",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"source_files": "TinyConstraints/Classes/**/*.{swift}"
}