[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 0 / 3 / iZettleSDK / 1.1.0 / iZettleSDK.podspec.json
blobe7e8c1c0fece0859daa98cf10ae283daea5b08cd
2   "name": "iZettleSDK",
3   "version": "1.1.0",
4   "summary": "iZettle SDK for iOS",
5   "description": "                    For detailed information, please see iZettleSDK documentation and Readme.\n",
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": "7.1"
16   },
17   "source": {
18     "git": "https://github.com/iZettle/sdk-ios.git",
19     "tag": "1.1.0"
20   },
21   "preserve_paths": "iZettleSDK/iZettleSDK.framework",
22   "public_header_files": "iZettleSDK/iZettleSDK.framework/**/*.h",
23   "vendored_frameworks": "iZettleSDK/iZettleSDK.framework",
24   "resources": [
25     "iZettleSDK/iZettleShared.bundle",
26     "iZettleSDK/iZettleStorePurchase.bundle"
27   ],
28   "frameworks": [
29     "SystemConfiguration",
30     "CoreLocation",
31     "ExternalAccessory",
32     "AudioToolbox",
33     "AVFoundation",
34     "MediaPlayer",
35     "QuartzCore",
36     "Accelerate",
37     "MessageUI"
38   ],
39   "libraries": [
40     "z",
41     "c++"
42   ],
43   "xcconfig": {
44     "OTHER_LDFLAGS": "-ObjC",
45     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/iZettleSDK\""
46   }