[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 2 / 0 / NKGridTemplate / 0.1.0.1 / NKGridTemplate.podspec.json
blob12240f2ede953b01732edd43bdbe1e69fc6d2ff0
2   "name": "NKGridTemplate",
3   "version": "0.1.0.1",
4   "summary": "Tool for quick and compact UICollectionView configuration.",
5   "description": "The solution is a template with the implementation of the basic methods of configuration and collection view 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/NKGridTemplate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nkopilovskii": "nkopilovskii@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nkopilovskii/NKGridTemplate.git",
16     "tag": "0.1.0.1"
17   },
18   "social_media_url": "https://twitter.com/mkopilovskii",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "NKGridTemplate/Classes/**/*",
24   "dependencies": {
25     "NKAnyViewModel": [
26       "~> 0.1.0.1"
27     ]
28   },
29   "swift_version": "5.0"