[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 4 / 0 / PaylikeEngine / 0.1.1 / PaylikeEngine.podspec.json
blob23df14c9fb0cc2dc9c92ebe24dc7ccae84f84560
2   "name": "PaylikeEngine",
3   "swift_versions": "5.0",
4   "platforms": {
5     "ios": "13.0"
6   },
7   "version": "0.1.1",
8   "summary": "This library includes the core elements required to implement a payment flow towards the Paylike API.",
9   "description": "This library offers a high-level API that facilitates the construction and execution of payment requests towards the Paylike backend.",
10   "homepage": "https://github.com/paylike/swift-engine",
11   "license": {
12     "type": "BSD-3",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Paylike.io": "info@paylike.io"
17   },
18   "source": {
19     "git": "https://github.com/paylike/swift-engine.git",
20     "tag": "0.1.1"
21   },
22   "source_files": "Sources/PaylikeEngine/**/*",
23   "dependencies": {
24     "PaylikeLuhn": [
26     ],
27     "PaylikeClient": [
29     ]
30   },
31   "swift_version": "5.0"