[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 4 / e / c / PaylikeRequest / 0.2.0 / PaylikeRequest.podspec.json
blob83af9a10273002c89b588f5a9a7a7abcf25eede2
2   "name": "PaylikeRequest",
3   "swift_versions": "4.0",
4   "version": "0.2.0",
5   "summary": "Utility package to make requests towards the Paylike ecosystem",
6   "description": "This packages is a clone of the JS version and responsible for providing a handy\ninterface to handle requests towards the Paylike server API",
7   "homepage": "https://github.com/paylike/swift-request",
8   "license": {
9     "type": "BSD-3",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Paylike.io": "info@paylike.io"
14   },
15   "source": {
16     "git": "https://github.com/paylike/swift-request.git",
17     "tag": "0.2.0"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "Sources/PaylikeRequest/**/*",
23   "dependencies": {
24     "Swifter": [
26     ]
27   },
28   "swift_version": "4.0"