[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / 0 / 5 / PrimerSDK / 1.12.0 / PrimerSDK.podspec.json
blob3d97640c14ddad6f7af83075db75cd73d4705443
2   "name": "PrimerSDK",
3   "version": "1.12.0",
4   "summary": "Official iOS SDK for Primer",
5   "description": "This library contains the official iOS SDK for Primer. Install this Cocoapod to seemlessly integrate the Primer Checkout & API platform in your app.",
6   "homepage": "https://www.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-ios.git",
16     "tag": "1.12.0"
17   },
18   "swift_versions": "5.3",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/PrimerSDK/Classes/**/*.{h,m,swift,storyboard,xib}",
23   "resource_bundles": {
24     "PrimerResources": [
25       "Sources/PrimerSDK/Resources/*.xcassets",
26       "Sources/PrimerSDK/Resources/Localizable/*"
27     ]
28   },
29   "testspecs": [
30     {
31       "name": "PrimerSDKTests",
32       "test_type": "unit",
33       "source_files": "Tests/**/*.{h,m,swift}"
34     }
35   ],
36   "swift_version": "5.3"