[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / f / c / Pathfinder-Swift / 0.1.4 / Pathfinder-Swift.podspec.json
blob28f243cd800895a7a3aca14a3e8e4b97d422ee1d
2   "name": "Pathfinder-Swift",
3   "version": "0.1.4",
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.4"
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"