blob: f15ee6977eac0682a6ca93edaf2ee35894e368ae [file] [log] [blame]
{
"name": "ObjCStringUtils",
"version": "0.1.0",
"summary": "A simple string utility library",
"description": "Objective C utility plugin to perform string operations.",
"homepage": "https://github.com/ashwindmk/objc_stringutils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ashwin": "ashwin.dinesh01@gmail.com"
},
"source": {
"git": "https://github.com/ashwindmk/objc_stringutils.git",
"tag": "0.1.0"
},
"swift_versions": "3.2",
"platforms": {
"ios": "8.0"
},
"source_files": "ObjCStringUtils/Classes/StringUtils.{m,h}",
"swift_version": "3.2"
}