[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 0 / 3 / iZettleSDK / 3.0.0 / iZettleSDK.podspec.json
blob7f30ea293a3291f980a29f8edaeb39a49d08bb0e
2   "name": "iZettleSDK",
3   "version": "3.0.0",
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": "3.0.0"
20   },
21   "source_files": "iZettleSDK/**/*.{h,swift}",
22   "preserve_paths": "iZettleSDK/iZettleSDK.xcframework",
23   "public_header_files": "iZettleSDK/iZettleSDK.xcframework/**/*.h",
24   "vendored_frameworks": [
25     "iZettleSDK/iZettleSDK.xcframework",
26     "iZettleSDK/iZettlePayments.xcframework"
27   ],
28   "frameworks": [
29     "SystemConfiguration",
30     "CoreLocation",
31     "ExternalAccessory",
32     "AudioToolbox",
33     "AVFoundation",
34     "MediaPlayer",
35     "QuartzCore",
36     "Accelerate",
37     "MessageUI",
38     "CoreData"
39   ],
40   "libraries": [
41     "z",
42     "c++"
43   ],
44   "xcconfig": {
45     "OTHER_LDFLAGS": "-ObjC",
46     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/iZettleSDK\""
47   }