blob: cbaf9b62fc40525b48a54caadeb066d41dbbc890 [file] [log] [blame]
{
"name": "ClingConstraints",
"version": "1.2.0",
"summary": "Library for programmatic constraints in iOS; emphasis on readability",
"description": "A programmatic constraints library for iOS written using Swift 4.2.\nEasily write constraints in code and keep them readable!",
"homepage": "https://github.com/Chris-Perkins/ClingConstraints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Perkins": "http://ChrisPerkins.me"
},
"social_media_url": "http://ChrisPerkins.me",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Chris-Perkins/ClingConstraints.git",
"tag": "1.2.0"
},
"source_files": "ClingConstraints/Classes/*.{h,m,swift}",
"swift_version": "4.2"
}