blob: bf175b70218f5ea49f64355686c64c6de9cf94a2 [file] [log] [blame]
{
"name": "Emarcam",
"version": "0.2.1",
"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.2.1"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0"
}