[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / 3 / iZettleSDK / 2.0.3 / iZettleSDK.podspec.json
blob5069391d6357914690175ccdb6cec744cdc12673
2   "name": "iZettleSDK",
3   "version": "2.0.3",
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     "iZettle AB": "hello@izettle.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/iZettle/sdk-ios.git",
19     "tag": "2.0.3"
20   },
21   "source_files": "iZettleSDK/**/*.{h,swift}",
22   "preserve_paths": "iZettleSDK/iZettleSDK.framework",
23   "public_header_files": "iZettleSDK/iZettleSDK.framework/**/*.h",
24   "vendored_frameworks": [
25     "iZettleSDK/iZettleSDK.framework",
26     "iZettleSDK/iZettleShared.framework",
27     "iZettleSDK/iZettlePayments.framework",
28     "iZettleSDK/iZettleTransport.framework"
29   ],
30   "frameworks": [
31     "SystemConfiguration",
32     "CoreLocation",
33     "ExternalAccessory",
34     "AudioToolbox",
35     "AVFoundation",
36     "MediaPlayer",
37     "QuartzCore",
38     "Accelerate",
39     "MessageUI",
40     "CoreData"
41   ],
42   "libraries": [
43     "z",
44     "c++"
45   ],
46   "xcconfig": {
47     "OTHER_LDFLAGS": "-ObjC",
48     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/iZettleSDK\""
49   }