[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 1 / 2 / MHNibLoading / 0.1.0 / MHNibLoading.podspec.json
blobc200702c42ff8a71097d5d370a3dead8a5dd683d
2   "name": "MHNibLoading",
3   "version": "0.1.0",
4   "summary": "Simple UIView category for creating instances from nibs",
5   "description": "                   MHNibLoading aims to eliminate some of boilerplate code commonly seen when loading UIViews from a nib on disk. The library is most useful when the UIView subclass and it's corresponding nib file have the same name.  It provides category methods on UIView to load either individual UIView instances or UINib instances from on-disk *.xib files. \n",
6   "homepage": "https://github.com/mhupman/MHNibLoading",
7   "license": "MIT",
8   "authors": {
9     "mhupman": "mhupman@citrrus.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/mhupman/MHNibLoading.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "MHNibLoading",
19   "requires_arc": true