blob: 63e247689f2e9e9dae61e108b6c85119633b8559 [file] [log] [blame]
{
"name": "SysUtils",
"version": "0.0.1",
"summary": "A handful of shorthand static utility functions for iOS",
"description": " Easy to use, easy to remember, at least easier than the mountful iOS functions eg:\n\n [SysUtils isiPad]\n\n [SysUtils isLandscape]\n\n [SysUtils isiOS: 8.0]\n\n etc.\n",
"homepage": "https://github.com/BPerlakiH/SysUtils",
"license": "MIT",
"authors": "BPH",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BPerlakiH/SysUtils.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"requires_arc": true
}