[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / f / c / Pathfinder-Swift / 0.1.2 / Pathfinder-Swift.podspec.json
blobc6c9e63ec18fb7519a2708b634d016f4a4b593be
2   "name": "Pathfinder-Swift",
3   "version": "0.1.2",
4   "summary": "Pathfinder is a simple URL resolver that allow you to add any environment parameters to URLs via UI",
5   "description": "Pathfinder is a URL resolver. It allows you to retrieve correct URL string depending on chosen server, path and query parameters. You just need to configure module in the beginning of you app's lifecycle and call buildUrl() whenever you need to make network request.",
6   "homepage": "https://github.com/appKODE/pathfinder-swift.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "KODE": "slurm@kode.ru"
13   },
14   "source": {
15     "git": "https://github.com/appKODE/pathfinder-swift.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Pathfinder-Swift/Classes/**/*.swift",
22   "swift_versions": "4.0",
23   "swift_version": "4.0"