[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / 0 / HumanIDSDK / 1.0.0 / HumanIDSDK.podspec.json
blobda62c83df9795673ccb0b123583e8ff248af4518
2   "name": "HumanIDSDK",
3   "version": "1.0.0",
4   "summary": "HumanIDSDK for iOS.",
5   "description": "Bluenumber Foundation HumanID SDK for iOS platform.",
6   "homepage": "https://github.com/bluenumberfoundation/humanid-ios-sdk",
7   "license": {
8     "type": "GPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bluenumber Foundation": "developers@human-id.org"
13   },
14   "source": {
15     "git": "https://github.com/bluenumberfoundation/humanid-ios-sdk.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "resource_bundles": {
23     "HumanIDSDK": [
24       "HumanIDSDK/Assets/**/*.{xcassets,xib,ttf}"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Swinject": [
30       "~> 2.7.1"
31     ],
32     "RxSwift": [
33       "~> 5.1.1"
34     ],
35     "RxAlamofire": [
36       "~> 5.2.0"
37     ],
38     "FlagPhoneNumber": [
39       "~> 0.8.0"
40     ],
41     "VKPinCodeView": [
42       "~> 0.4.1"
43     ],
44     "IQKeyboardManager": [
45       "~> 6.5.5"
46     ],
47     "PodAsset": [
48       "~> 1.0.0"
49     ]
50   },
51   "pod_target_xcconfig": {
52     "PRODUCT_BUNDLE_IDENTIFIER": "org.humanid.HumanIDSDK"
53   },
54   "subspecs": [
55     {
56       "name": "Sources",
57       "source_files": "HumanIDSDK/Classes/**/*.{swift}"
58     }
59   ],
60   "swift_version": "5.0"