blob: d50b19ce9b3c66bc535f23710146d1420bf922f9 [file] [log] [blame]
{
"name": "glucose",
"version": "0.0.8",
"summary": "Glucose - Autolayout syntactic sugar",
"description": "Glucose is a set of methods for UIView that ease programmatic autolayout implementation.\nThe implementation was highly inspired by TinyConstraints.",
"homepage": "https://github.com/idomizrachi/glucose",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"idomizrachi": "ido.mizrachi@jivesoftware.com"
},
"source": {
"git": "https://github.com/idomizrachi/glucose.git",
"tag": "0.0.8"
},
"social_media_url": "https://twitter.com/idomizrachi",
"platforms": {
"ios": "9.0"
},
"source_files": "glucose/Classes/**/*",
"frameworks": "UIKit"
}