[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / d / MinipaySDK / 1.0.0 / MinipaySDK.podspec.json
blobdd46b34420bd879a59ddbddbef7f980fe4a8d605
2   "name": "MinipaySDK",
3   "version": "1.0.0",
4   "summary": "iOS SDK for Minipay",
5   "description": "The MinipaySDK framework is a thin wrapper around the Minipay API. It is fully open source and compatible with apps supporting iOS versions 10 or above.",
6   "homepage": "https://www.minipayhq.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jacksoncheek": "jackson.cheek@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jacksoncheek/minipay-ios-sdk.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "MinipaySDK/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "SnapKit": [
26       "~> 5.0.0"
27     ]
28   },
29   "swift_version": "4.0"