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