[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / a / Ecoji / 1.1.1 / Ecoji.podspec.json
blob7a18529a0e0dd667c0a7ecbf3e803b28b9bc239c
2   "name": "Ecoji",
3   "version": "1.1.1",
4   "summary": "Provides a library for encoding and decoding data as a base-1024 sequence of emojis.",
5   "description": "A Swift 5 implementation of the [Ecoji](https://github.com/keith-turner/ecoji) encoding standard.\n\nProvides a library for encoding and decoding data as a base-1024 sequence of emojis",
6   "homepage": "https://github.com/Robindiddams/ecoji-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE-MIT"
10   },
11   "authors": {
12     "Robin Diddams": "robindiddams@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Robindiddams/ecoji-swift.git",
16     "tag": "1.1.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source_files": "Sources/Ecoji/**/*",
26   "swift_version": "5.0"