[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 2 / c / KNMNibLoadedViews / 1.1.0 / KNMNibLoadedViews.podspec.json
blobc1edb60e34a9cf28d549799fcf89bffdc7303e2e
2   "name": "KNMNibLoadedViews",
3   "version": "1.1.0",
4   "summary": "Support for views loaded from NIB/XIB files",
5   "description": "Provides subclasses of UIView, UIControl, UITableViewCell and UICollectionViewCell that load their content from a NIB/XIB file.\nIf the XIB file has the same name as the view subclass, ususally no futher configuration is needed.\n\nThere's a simple example project in the repo which demonstrates the basic functionality of the library.\n",
6   "homepage": "https://github.com/konoma/nib-loaded-views",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Markus Gasser": "markus.gasser@konoma.ch"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/konoma/nib-loaded-views.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "Sources/**/*.{h,m}",
22   "public_header_files": "Sources/**/*.h",
23   "private_header_files": "Sources/KNMNibViewLoader.h",
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "UIKit"
28     ]
29   },
30   "requires_arc": true