[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / b / 8 / Emarcam / 0.2.0 / Emarcam.podspec.json
blob81c1324bd9d7ee7683915947685dfe5485227c2a
2   "name": "Emarcam",
3   "version": "0.2.0",
4   "summary": "An attempt to undo some of the knots in Swift `String`s.",
5   "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>`.",
6   "homepage": "https://github.com/iosdevzone/Emarcam",
7   "license": "MIT",
8   "authors": {
9     "idz": "idz@iosdeveloperzone.com"
10   },
11   "social_media_url": "https://twitter.com/iosdevzone",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.11"
15   },
16   "source": {
17     "git": "https://github.com/iosdevzone/Emarcam.git",
18     "tag": "0.2.0"
19   },
20   "source_files": "Sources/*.swift",
21   "pushed_with_swift_version": "3.0"