[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 1 / 8 / NibLoadableView / 1.0.1 / NibLoadableView.podspec.json
blob334c77574e955ddb368e7fd0d7cd61dcaa165363
2   "name": "NibLoadableView",
3   "version": "1.0.1",
4   "summary": "A UIView parent class to make XIB loading easy.",
5   "description": "Make any of your UIView subclasses XIB loadable by setting NibLoadableView as your parent class, creating a .xib file with the same name as your view class, asigning the File Owner, and build you UI. Then in your View Controller, drag a blank UIView and set the custom class to your NibLoadableView subclass.",
6   "homepage": "https://github.com/erusso1/NibLoadableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "erusso1": "ephraim.s.russo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/erusso1/NibLoadableView.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "NibLoadableView/Classes/**/*",
23   "swift_version": "5.0"