blob: c78b2c3e03aa7893b57996ffa79a7fcd8d348617 [file] [log] [blame]
{
"name": "iZettleSDK",
"version": "1.6.1",
"summary": "iZettle SDK for iOS",
"description": "For detailed information, please see iZettleSDK documentation and Readme.",
"homepage": "https://www.izettle.com/",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"iZettle AB": "hello@izettle.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iZettle/sdk-ios.git",
"tag": "1.6.1"
},
"source_files": "iZettleSDK/**/*.{h,swift}",
"preserve_paths": "iZettleSDK/iZettleSDK.framework",
"public_header_files": "iZettleSDK/iZettleSDK.framework/**/*.h",
"vendored_frameworks": [
"iZettleSDK/iZettleSDK.framework",
"iZettleSDK/iZettleShared.framework",
"iZettleSDK/iZettlePayments.framework"
],
"frameworks": [
"SystemConfiguration",
"CoreLocation",
"ExternalAccessory",
"AudioToolbox",
"AVFoundation",
"MediaPlayer",
"QuartzCore",
"Accelerate",
"MessageUI",
"CoreData"
],
"libraries": [
"z",
"c++"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/iZettleSDK\""
}
}