[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / d / Primer3DS / 1.0.0 / Primer3DS.podspec.json
blob82c7badb81a608e6fea03d347e67596454682964
2   "name": "Primer3DS",
3   "version": "1.0.0",
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.0.0"
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   },
30   "swift_version": "4.2"