[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 4 / 7 / d / Primer3DS / 1.1.2 / Primer3DS.podspec.json
blob0e89a52d3a30e1b4c0d18be030ebbfbeeda9827d
2   "name": "Primer3DS",
3   "version": "1.1.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": "1.1.2"
17   },
18   "swift_versions": "4.2",
19   "platforms": {
20     "ios": "10.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   "swift_version": "4.2"