[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / 1 / a / NibView / 0.0.3 / NibView.podspec.json
blobb3208edf3061334d0679c0c02f3513dbc8b27e69
2   "name": "NibView",
3   "version": "0.0.3",
4   "summary": "Super simple, subclassable UIView that automatically loads itself from a nib when placed into Interface Builder (like a Storyboard).",
5   "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",
6   "homepage": "https://github.com/chaseholland/UINibView",
7   "license": "MIT",
8   "authors": {
9     "Chase Holland": "lurch09@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/chaseholland/UINibView.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "NibView": [
22       "Pod/Assets/*.png"
23     ]
24   }