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