blob: 3d88b0cbd541ecd1dffa8aec34c9189b913c0d73 [file] [log] [blame]
{
"name": "UtilitiesInSwift",
"version": "1.0.0",
"summary": "Utility functions for swift",
"description": "Utility functions for swift that have been created through the years. Some converted from other languages. \n* The utilities are broken down by type categories (I did what I thought was ok).\n* UtilityCues --> I mainly created these so as Swift morphs, I can easily adjust the function bodies and not all over the code base,\n plus, I may want to add later functionality.",
"homepage": "http://www.axee.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"steveaxelrod007": "steve@axelrod.net"
},
"source": {
"git": "https://github.com/steveaxelrod007/UtilitiesInSwift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UtilitiesInSwift/Classes/**/*",
"pushed_with_swift_version": "3.0"
}