[Add] RadarSDKMotion 3.19.7-beta.1
[CocoaPods.git] / Specs / 5 / 9 / 4 / NISdk / 4.0.1 / NISdk.podspec.json
blob43b1d87fffcdcca92e766067935b44dd8fc40d38
2   "name": "NISdk",
3   "version": "4.0.1",
4   "summary": "Network International's Payment gateway sdk for iOS",
5   "homepage": "https://docs.ngenius-payments.com/reference#ios-sdk",
6   "license": "MIT",
7   "authors": "Network International",
8   "platforms": {
9     "ios": "11.0"
10   },
11   "swift_versions": "4.2",
12   "source": {
13     "git": "https://github.com/network-international/payment-sdk-ios.git",
14     "tag": "v4.0.1"
15   },
16   "source_files": "NISdk/Source/**/*.{swift}",
17   "resource_bundles": {
18     "NISdk": [
19       "NISdk/Resources/**/*"
20     ]
21   },
22   "frameworks": [
23     "Foundation",
24     "Security",
25     "WebKit",
26     "PassKit"
27   ],
28   "requires_arc": true,
29   "ios": {
30     "dependencies": {
31       "NI-Three-DS-Two-iOS-SDK": [
32         "~> 1.0.0"
33       ]
34     }
35   },
36   "pod_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   },
39   "user_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41   },
42   "swift_version": "4.2"