blob: a96d361f358cea02286f543ec438bd7fb2aac49b [file] [log] [blame]
{
"name": "SHLib",
"version": "0.1.2",
"summary": "A series of useful functions used often in projects.",
"description": " Some useful functions and categories I found myself using for most of my projects.\n",
"homepage": "https://github.com/StratusHunter/SHLib",
"license": "MIT",
"authors": {
"Terence Baker": "stratushunter@gmail.com"
},
"source": {
"git": "https://github.com/StratusHunter/SHLib.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SHLib/*/*/*",
"frameworks": "UIKit"
}