blob: 193e9cb9a77170a3d815f1a3dd3f0ab126318fdc [file] [log] [blame]
{
"name": "Drafter",
"version": "1.0.0",
"summary": "Drafting NSLayoutConstraints since 2015.",
"description": "Drafter is a set of simple wrapper calls around creating and accessing NSLayoutConstraints which makes it much less verbose when creating them progromatically. It allows for many of the common constraint creation operations to be expressed in a more concise way compared to the standard NSLayoutConstraint creation methods",
"homepage": "https://github.com/raizlabs/Drafter",
"license": "MIT",
"authors": {
"Derek Ostrander": "derek.ostrander@raizlabs.com",
"Matt Buckley": "matt.buckley@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/Drafter.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/raizlabs",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*{.swift, h}",
"deprecated": true
}