[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / b / 0 / 3 / iZettleSDK / 3.1.1 / iZettleSDK.podspec.json
bloba2d3490cb921a2bc929edb19e03102c44d7c3ce8
2   "name": "iZettleSDK",
3   "version": "3.1.1",
4   "summary": "iZettle SDK for iOS",
5   "description": "For detailed information, please see iZettleSDK documentation and Readme.",
6   "homepage": "https://www.izettle.com/",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PayPal Inc": "hello@izettle.com"
13   },
14   "platforms": {
15     "ios": "10.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": "3.1.1"
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   ],
31   "frameworks": [
32     "SystemConfiguration",
33     "CoreLocation",
34     "ExternalAccessory",
35     "AudioToolbox",
36     "AVFoundation",
37     "MediaPlayer",
38     "QuartzCore",
39     "Accelerate",
40     "MessageUI",
41     "CoreData"
42   ],
43   "libraries": [
44     "z",
45     "c++"
46   ],
47   "xcconfig": {
48     "OTHER_LDFLAGS": "-ObjC",
49     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/iZettleSDK\""
50   }