[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / b / 0 / 3 / iZettleSDK / 2.0 / iZettleSDK.podspec.json
blob7a3dd23544c7f304cb991edd3ecb5fdc9c74cf61
2   "name": "iZettleSDK",
3   "version": "2.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": "2.0"
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   ],
29   "frameworks": [
30     "SystemConfiguration",
31     "CoreLocation",
32     "ExternalAccessory",
33     "AudioToolbox",
34     "AVFoundation",
35     "MediaPlayer",
36     "QuartzCore",
37     "Accelerate",
38     "MessageUI",
39     "CoreData"
40   ],
41   "libraries": [
42     "z",
43     "c++"
44   ],
45   "xcconfig": {
46     "OTHER_LDFLAGS": "-ObjC",
47     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/iZettleSDK\""
48   }