[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / d / 6 / 8 / GopayAPI / 0.1.1 / GopayAPI.podspec.json
bloba75b4473959c80542aaef9d8c51f36a81b0e7089
2   "name": "GopayAPI",
3   "version": "0.1.1",
4   "summary": "A Swift SDK to interact with the Gopay API",
5   "homepage": "https://github.com/gyro-n/gopay-swift-sdk",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "David Ye": "d.ye@univapay.com",
12     "Kevin Fleming": "k.fleming@univapay.com"
13   },
14   "platforms": {
15     "ios": "10.1"
16   },
17   "swift_version": "4.2",
18   "source": {
19     "git": "https://github.com/gyro-n/gopay-swift-sdk.git",
20     "tag": "0.1.1"
21   },
22   "source_files": "GopayAPI/GopayAPI/**/*.swift",
23   "dependencies": {
24     "PromiseKit": [
25       "~> 6.5.2"
26     ],
27     "Alamofire": [
28       "~> 4.7.3"
29     ]
30   }