| { |
| "name": "JSUtility", |
| "version": "0.1.0", |
| "summary": "A large amount of utility classes to assist in iOS Development", |
| "description": "The reason for the development of this project is to assist development of iOS applications. From credit card verification, to ease of use with UI components.", |
| "homepage": "https://github.com/jsetting32/JSUtility", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "John Setting": "jsetting32@yahoo.com" |
| }, |
| "source": { |
| "git": "https://github.com/jsetting32/JSUtility.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "JSUtility/Classes/**/*" |
| } |