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