[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / 5 / PrimerSDK / 2.0.0 / PrimerSDK.podspec.json
blobc07601b7bf129da716b1f62bdb3073f460d3e1fa
2   "name": "PrimerSDK",
3   "version": "2.0.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": "2.0.0"
17   },
18   "swift_versions": "4.2",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": "Core",
23   "ios": {
24     "frameworks": [
25       "Foundation",
26       "UIKit"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "ios": {
33         "source_files": "Sources/PrimerSDK/Classes/**/*.{h,m,swift}",
34         "resource_bundles": {
35           "PrimerResources": [
36             "Sources/PrimerSDK/Resources/*.xcassets",
37             "Sources/PrimerSDK/Resources/Localizable/*",
38             "Sources/PrimerSDK/Resources/Storyboards/*.{storyboard}",
39             "Sources/PrimerSDK/Resources/Nibs/*",
40             "Sources/PrimerSDK/Resources/JSONs/*"
41           ]
42         },
43         "pod_target_xcconfig": {
44           "FRAMEWORK_SEARCH_PATHS": [
45             "${PODS_CONFIGURATION_BUILD_DIR}/Primer3DS"
46           ]
47         }
48       }
49     }
50   ],
51   "swift_version": "4.2"