| { |
| "name": "NZUtilz", |
| "version": "0.1.1", |
| "summary": "A collection of base classes shared and used among NZ libraries.", |
| "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.", |
| "homepage": "https://github.com/nzstudio1/NZUtilz", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Hamidreza Vakilian": "hamid@nzstudio.dev" |
| }, |
| "source": { |
| "git": "https://github.com/nzstudio1/NZUtilz.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "NZUtilz/NZUtilz/Classes/**/*", |
| "dependencies": { |
| "NSObject-Meta": [ |
| "~> 0.1.0" |
| ] |
| } |
| } |