[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / d / GrubPaySDK / 0.1.2 / GrubPaySDK.podspec.json
blobe7cacb3edd37f7e0e4c0cb52c3aa330e74765047
2   "name": "GrubPaySDK",
3   "version": "0.1.2",
4   "summary": "GrubPay.io SDK for embedding card/ACH payment UI",
5   "swift_versions": "4.2",
6   "description": "GrubPay.io SDK for embedding Card/ACH payment UI\nProviding both UIView element and modal style",
7   "homepage": "https://github.com/iotpayca/GrubPaySDK-IOS",
8   "screenshots": [
9     "https://raw.githubusercontent.com/iotpayca/GrubPaySDK-IOS/master/ScreenShots/ach.png",
10     "https://raw.githubusercontent.com/iotpayca/GrubPaySDK-IOS/master/ScreenShots/card.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Edward Yuan": "edward.yuan@iotpay.ca"
18   },
19   "source": {
20     "git": "https://github.com/iotpayca/GrubPaySDK-IOS.git",
21     "tag": "0.1.2"
22   },
23   "platforms": {
24     "ios": "11.0"
25   },
26   "source_files": "Sources/GrubPaySDK/Classes/**/*",
27   "resources": [
28     "Sources/GrubPaySDK/Assets/*.png",
29     "Sources/GrubPaySDK/Resources/*.lproj"
30   ],
31   "frameworks": [
32     "UIKit",
33     "VisionKit"
34   ],
35   "swift_version": "4.2"