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