blob: 18482fcd1a2cebadcbbb0f677d67a4938e10dfa8 [file] [log] [blame]
{
"name": "glucose",
"version": "0.0.5",
"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.5"
},
"social_media_url": "https://twitter.com/idomizrachi",
"platforms": {
"ios": "8.0"
},
"source_files": "glucose/Classes/**/*",
"frameworks": "UIKit"
}