blob: 794c31625035ad77e938f6fb98a618c34eee5dfa [file] [log] [blame]
{
"name": "SSStringExtension",
"version": "0.1.1",
"summary": "SSStringExtension is for quick method of strings.",
"swift_version": "4.1",
"description": "TODO: SSStringExtension is a lightweight string extension for Swift. This library was motivated by having to search StackOverflow for common string operations, and wanting them to be in one place with test coverage.",
"homepage": "https://github.com/Samir-Shaikh/SSStringExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Samir Shaikh": "samir.shaikh0620@gmail.com"
},
"source": {
"git": "https://github.com/Samir-Shaikh/SSStringExtension.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Classes/**/*.{swift}"
}