blob: 24f80e64259947658b128faed39f82eded1f27c7 [file] [log] [blame]
{
"name": "string-indices",
"version": "0.1.0",
"summary": "A basic extension to Swift Strings to allow string manipulation with Int values instead of String.Index values.",
"description": "A basic extension to Swift Strings to allow string manipulation with Int values instead of String.Index values.\n\nAvailable methods:\nString.substring(from: Int) -> String\nString.substring(to: Int) -> String\nString.substring(with: Range<Int>) -> String\nString.range(of: String) -> Range<Int>",
"homepage": "https://github.com/andrewstrauss/string-indices",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Strauss": "andrewstrauss11@gmail.com"
},
"source": {
"git": "https://github.com/andrewstrauss/string-indices.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "string-indices/Classes/**/*"
}