2 "name": "UtilitiesInSwift",
4 "summary": "Utility functions for swift",
5 "description": "Utility functions for swift that have been created through the years. Some converted from other languages. \nThe utilities are broken down by type categories (I did what I thought was ok).\n \n * Queues --> I mainly created these so as Swift morphs, I can easily adjust the function bodies and not all over the code base, plus, I may want to add later functionality.\n * NumberToWords --> Convert decimal values to words for use in writing a check. Cause we all write checks these days....\n * SendLocalAlert --> A simple way to send and stop local alerts \n * Phone --> See if device is currently on a phone call\n * FileSystem --> clear out temp files, determine available space on device",
6 "homepage": "http://www.axee.com",
12 "steveaxelrod007": "steve@axelrod.net"
15 "git": "https://github.com/steveaxelrod007/UtilitiesInSwift.git",
21 "source_files": "UtilitiesInSwift/Classes/**/*",
22 "pushed_with_swift_version": "3.0"