[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / 0 / 5 / PrimerSDK / 2.15.1 / PrimerSDK.podspec.json
blob2b8a64ad90eaed2f3ec696391a1c415d0e2963a5
2   "name": "PrimerSDK",
3   "version": "2.15.1",
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.15.1"
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   "xcconfig": {
30     "MARKETING_VERSION": "2.15.1",
31     "CODE_SIGNING_ALLOWED": "NO"
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "ios": {
37         "source_files": "Sources/PrimerSDK/Classes/**/*.{h,m,swift}",
38         "resource_bundles": {
39           "PrimerResources": [
40             "Sources/PrimerSDK/Resources/*.xcassets",
41             "Sources/PrimerSDK/Resources/Localizable/**/*.strings",
42             "Sources/PrimerSDK/Resources/Localizable/**/*.stringsdict",
43             "Sources/PrimerSDK/Resources/Storyboards/*.{storyboard}",
44             "Sources/PrimerSDK/Resources/Nibs/*",
45             "Sources/PrimerSDK/Resources/JSONs/**/*.json"
46           ]
47         },
48         "pod_target_xcconfig": {
49           "FRAMEWORK_SEARCH_PATHS": [
50             "${PODS_CONFIGURATION_BUILD_DIR}/Primer3DS",
51             "${PODS_CONFIGURATION_BUILD_DIR}/PrimerKlarnaSDK"
52           ]
53         }
54       }
55     }
56   ],
57   "swift_version": "4.2"