[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / 5 / PrimerSDK / 1.3.0 / PrimerSDK.podspec.json
blob22827a8045f824908b11a14d37f5a215c332521f
2   "name": "PrimerSDK",
3   "version": "1.3.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": "carl@primer.io"
13   },
14   "source": {
15     "git": "https://github.com/primer-io/primer-sdk-ios.git",
16     "tag": "1.3.0"
17   },
18   "swift_versions": "4.2",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/PrimerSDK/Classes/**/*.{h,m,swift}",
23   "resource_bundles": {
24     "PrimerSDK": [
25       "Sources/PrimerSDK/Resources/*.{strings,xcassets}"
26     ]
27   },
28   "testspecs": [
29     {
30       "name": "PrimerSDKTests",
31       "test_type": "unit",
32       "source_files": "Tests/**/*.{h,m,swift}"
33     }
34   ],
35   "swift_version": "4.2"