blob: 411d13b28210f9b0939e2d8acfbcea0448008481 [file] [log] [blame]
{
"name": "NXUIKitUtil",
"version": "1.2.0",
"summary": "Collection of methods that simplify working with UIKit.",
"description": "NXUIKitUtil offers you a simplified way to perform certain tasks when working with UIKit.\n- managing UIViewController hierarchy\n- working with CGPoint / CGPathRef\n- taking screenshots / generating blank images\n- external fonts\n- formatting strings",
"homepage": "https://github.com/Nixiware/NXUIKitUtil",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Ilie, Nixiware": "@iadi64"
},
"source": {
"git": "https://github.com/Nixiware/NXUIKitUtil.git",
"tag": "v.1.2.0"
},
"social_media_url": "https://twitter.com/iadi64",
"platforms": {
"ios": "8.0"
},
"source_files": "NXUIKitUtil/Classes/**/*",
"frameworks": "UIKit"
}