blob: b1af7ddbbdded31a04cd73ba820b615e534307da [file] [log] [blame]
{
"name": "ClingConstraints",
"version": "1.0.0",
"summary": "Library for programmatic constraints in iOS; emphasis on readability",
"description": "A programmatic constraints library for iOS written using Swift.\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": "9.0"
},
"source": {
"git": "https://github.com/Chris-Perkins/ClingConstraints.git",
"tag": "v1.0.0"
},
"source_files": [
"ClingConstraints",
"ClingConstraints/**/*.{h,m}"
],
"pushed_with_swift_version": "4.0"
}