[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 0 / 5 / NKListTamplate / 0.1.0 / NKListTamplate.podspec.json
blobcf503384458b6863018f6c73cbd147991edd181c
2   "name": "NKListTamplate",
3   "version": "0.1.0",
4   "summary": "Tool for quick and compact UITableView configuration.",
5   "description": "The solution is a template with the implementation of the basic methods of configuration and table management; uses the configuration mechanism of individual views NKAnyViewModel.\n\nThe solution is designed for multi-level architectures, as it allows to distribute the code into the corresponding layers of the module.",
6   "homepage": "https://github.com/nkopilovskii/NKListTamplate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nick Kopilovskii": "nkopilovskii@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nkopilovskii/NKListTamplate.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/mkopilovskii",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "NKListTamplate/Classes/**/*",
23   "dependencies": {
24     "NKAnyViewModel": [
25       "~> 0.1.0.1"
26     ]
27   }