blob: c5608df52b352fc86dec2d8b2b2b84fc87fabf17 [file] [log] [blame]
{
"name": "KANibHelper",
"version": "0.4",
"platforms": {
"ios": null
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "When you need to have two very distinct interfaces between 3.5 and 4 inches screens.",
"homepage": "http://alexiscreuzot.com/KANibHelper",
"authors": {
"Alexis Creuzot": "alexis.creuzot@gmail.com"
},
"source": {
"git": "https://github.com/kirualex/KANibHelper.git",
"tag": "0.4"
},
"description": " Autoresizing masks are not doing the trick? Autolayouts are lacking simplicity and flexibility ? Well then this library is made for you. I believe having separate Nib files for 3.5 and 4 inches screens are the way to go if you want to ease up the layout management process and improve your app maintanability.",
"source_files": "KANibHelper/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": false,
"deprecated": true
}