blob: 8a2975fe1dddd534b8d4ef14e974b4e7e611b3ce [file] [log] [blame]
{
"name": "IOSStringUtils",
"version": "0.1.1",
"summary": "Simple string operations library.",
"description": "Utility library to simplify some basic commonly used string operations.",
"homepage": "https://github.com/ashwindmk/ios_stringutils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ashwin": "ashwin.dinesh01@gmail.com"
},
"source": {
"git": "https://github.com/ashwindmk/ios_stringutils.git",
"tag": "0.1.1"
},
"swift_version": "3.2",
"platforms": {
"ios": "8.0"
},
"source_files": "IOSStringUtils/Classes/**/*"
}