[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 4 / 2 / ReusableNibView / 0.2.0 / ReusableNibView.podspec.json
blobbc33d960a97a9d7fab9abefdea6b25befb4577c6
2   "name": "ReusableNibView",
3   "version": "0.2.0",
4   "summary": "UIView class ReusableNibView for automatic nib loading.",
5   "description": "ReusableNibView is a class for automatic loading the nib from file with name same as the className file. It can be used for loading the nib into the storyboard.",
6   "homepage": "https://github.com/MartinPrusa/ReusableNibView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MartinPrusa": "martin@martinprusa.com"
13   },
14   "source": {
15     "git": "https://github.com/MartinPrusa/ReusableNibView.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ReusableNibView/Classes/**/*",
22   "pushed_with_swift_version": "3.0"