blob: f9d301b6217e76d7347d16b97eed900cca010322 [file] [log] [blame]
{
"name": "nanoUI",
"version": "0.1.3",
"summary": "Various kind of UI code that ease up UI manipulation",
"description": "nUI Enable certain kind of UI manipulation in interface builder with @IBInspectable & @IBDesignable\nto give developer more visual information while developing/designing any application.",
"homepage": "https://github.com/myste1tainn/nUI",
"license": "MIT",
"authors": {
"A. Keereena": "myste1tainn.icez@gmail.com or a.keereena@gmail.com"
},
"source": {
"git": "https://github.com/myste1tainn/nanoUI.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"nanoUI": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}