blob: 1d16e16b95097e7130e1e74fd60cbf10c69457b3 [file] [log] [blame]
{
"name": "JSUtility",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JSUtility/Classes/**/*",
"resources": "JSUtility/**/*.{png,jpg,jpeg}",
"requires_arc": true
}