[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 0 / 3 / iZettleSDK / 4.0.0 / iZettleSDK.podspec.json
blobd86d9fb8760f10e3a83c350fbdadfef6db9e2a90
2   "name": "iZettleSDK",
3   "version": "4.0.0",
4   "summary": "iZettle SDK for iOS",
5   "description": "For detailed information, please see iZettleSDK documentation and Readme.",
6   "homepage": "https://www.zettle.com/",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PayPal Inc": "hello@izettle.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "pod_target_xcconfig": {
18     "VALID_ARCHS": "arm64 armv7 x86_64"
19   },
20   "source": {
21     "git": "https://github.com/iZettle/sdk-ios.git",
22     "tag": "4.0.0"
23   },
24   "source_files": "iZettleSDK/**/*.{h,swift}",
25   "preserve_paths": "iZettleSDK/iZettleSDK.xcframework",
26   "public_header_files": "iZettleSDK/iZettleSDK.xcframework/**/*.h",
27   "vendored_frameworks": [
28     "iZettleSDK/iZettleSDK.xcframework",
29     "iZettleSDK/iZettlePayments.xcframework",
30     "iZettleSDK/PPRiskMagnes.xcframework"
31   ],
32   "frameworks": [
33     "SystemConfiguration",
34     "CoreLocation",
35     "ExternalAccessory",
36     "AudioToolbox",
37     "AVFoundation",
38     "MediaPlayer",
39     "QuartzCore",
40     "Accelerate",
41     "MessageUI",
42     "CoreData"
43   ],
44   "libraries": [
45     "z",
46     "c++"
47   ],
48   "xcconfig": {
49     "OTHER_LDFLAGS": "-ObjC",
50     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/iZettleSDK\""
51   }