[Add] RegulaCommonNightly 7.5.932
[CocoaPods.git] / Specs / 1 / 2 / f / polylineencoder / 1.1.1 / polylineencoder.podspec.json
blob33f5537dd4dc73a2eff8a1ae6ba160d72ce9ff71
2   "name": "polylineencoder",
3   "version": "1.1.1",
4   "summary": "C++ implementation of Google Encoded Polyline Algorithm Format.",
5   "description": "C++ implementation of Google Encoded Polyline Algorithm Format.\nThe implementation guarantees to conform with the results of the Google Interactive Polyline Encoder Utility.",
6   "homepage": "https://github.com/vahancho/polylineencoder",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "The polylineencoder contributors": "https://github.com/vahancho/polylineencoder/issues"
12   },
13   "source": {
14     "git": "https://github.com/vahancho/polylineencoder.git",
15     "tag": "1.1.1"
16   },
17   "platforms": {
18     "ios": "12.0",
19     "osx": "10.14"
20   },
21   "libraries": "c++",
22   "source_files": "src/*.{h,cpp}"