[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 4 / 7 / d / Primer3DS / 2.0.2 / Primer3DS.podspec.json
blobb2754f4465a6664de39b32f61a6d970d59883354
2   "name": "Primer3DS",
3   "version": "2.0.2",
4   "summary": "A wrapper for the 3DS SDK.",
5   "description": "A wrapper around the 3rd party 3DS SDK.",
6   "homepage": "https://primer.io/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Primer": "dx@primer.io"
13   },
14   "source": {
15     "git": "https://github.com/primer-io/primer-sdk-3ds-ios.git",
16     "tag": "2.0.2"
17   },
18   "swift_versions": "5",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "ios": {
23     "source_files": "Sources/Primer3DS/Classes/*.{swift}",
24     "frameworks": [
25       "Foundation",
26       "UIKit"
27     ],
28     "vendored_frameworks": "Sources/Frameworks/ThreeDS_SDK.xcframework",
29     "pod_target_xcconfig": {
30       "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
31     }
32   },
33   "xcconfig": {
34     "OTHER_SWIFT_FLAGS": "-no-verify-emitted-module-interface"
35   },
36   "swift_version": "5"