[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / b / 8 / Emarcam / 0.3.1 / Emarcam.podspec.json
blob3336ef0450a5a239e157e61caac3cbf208d98c8a
2   "name": "Emarcam",
3   "version": "0.3.1",
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.3.1"
19   },
20   "source_files": "Sources/*.swift",
21   "pushed_with_swift_version": "3.0"