blob: b3208edf3061334d0679c0c02f3513dbc8b27e69 [file] [log] [blame]
{
"name": "NibView",
"version": "0.0.3",
"summary": "Super simple, subclassable UIView that automatically loads itself from a nib when placed into Interface Builder (like a Storyboard).",
"description": " This is a super simple pod for those times when you want to create a UIView from a nib (.xib), but you're tired of typing all the extra code to do the automatic loading when you add your custom nib-based view to another view or view controller.\n",
"homepage": "https://github.com/chaseholland/UINibView",
"license": "MIT",
"authors": {
"Chase Holland": "lurch09@gmail.com"
},
"source": {
"git": "https://github.com/chaseholland/UINibView.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NibView": [
"Pod/Assets/*.png"
]
}
}