blob: a94d1745a6f99545957ecc77069fd286e28347d3 [file] [log] [blame]
{
"name": "KVConstraintExtensionsMaster",
"version": "1.0.0",
"summary": "KVConstraintExtensionsMaster is a simple auto-layout lirary, to apply, access or modify already added constraint on any view.",
"description": "# KVConstraintExtensionsMaster is a simple auto-layout lirary, by which you can directly access or modify already applied constraint (means expected constraint) either applied Programatically or applied from Interface Builder on any view. So No need to use more IBOutlet reference.",
"homepage": "https://github.com/keshavvishwkarma/KVConstraintExtensionsMaster",
"license": "MIT",
"authors": {
"keshav vishwkarma": "keshavvbe@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/keshavvishwkarma/KVConstraintExtensionsMaster.git",
"tag": "1.0.0"
},
"source_files": "KVConstraintExtensionsMaster/*.{h,m}",
"requires_arc": true
}