blob: c51e88d5b5b7702347f878ce692b77971d9b9a1f [file] [log] [blame]
{
"name": "Emarcam",
"version": "0.1.0",
"summary": "An attempt to undo some of the knots in Swift `String`s.",
"description": "Emarcam provides a simplified API for Swift strings. Essentially it allows the use of plain old integer ranges anywhere that the Stnadard library expects a `Range<String.Index>`.",
"homepage": "https://github.com/iosdevzone/Emarcam",
"license": "MIT",
"authors": {
"idz": "idz@iosdeveloperzone.com"
},
"social_media_url": "https://twitter.com/iosdevzone",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/iosdevzone/Emarcam.git",
"tag": "0.1.0"
},
"source_files": "Emarcam/*.swift",
"pushed_with_swift_version": "3.0"
}