[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 5 / 8 / 4 / NZUtilz / 0.1.1 / NZUtilz.podspec.json
blob257c6512157812c01f1dd7997891e9068d93736b
2   "name": "NZUtilz",
3   "version": "0.1.1",
4   "summary": "A collection of base classes shared and used among NZ libraries.",
5   "description": "NZUtilz is a collection of base components such as collection/table view base classes, and utility classes including general purpose, geometry, threading, math, etc.",
6   "homepage": "https://github.com/nzstudio1/NZUtilz",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hamidreza Vakilian": "hamid@nzstudio.dev"
13   },
14   "source": {
15     "git": "https://github.com/nzstudio1/NZUtilz.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "NZUtilz/NZUtilz/Classes/**/*",
22   "dependencies": {
23     "NSObject-Meta": [
24       "~> 0.1.0"
25     ]
26   }