blob: 1448cd0baade6b337bf49b2010701186ce4e322c [file] [log] [blame]
{
"name": "ShopJoySDK-v2",
"version": "2.0.1",
"summary": "ShopJoySDK-v2",
"description": "iOS SDK for ShopJoy",
"license": "(c) ShopJoy 2016. All rights reserved.",
"authors": {
"ShopJoy": "info@shopjoy.se"
},
"homepage": "https://github.com/ShopJoySDK/iOS-SDK-v2/",
"platforms": {
"ios": "7.0"
},
"source_files": "*.h",
"source": {
"git": "https://github.com/ShopJoySDK/iOS-SDK-v2.git",
"tag": "2.0.1"
},
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"HEADER_SEARCH_PATHS": "$(inherited)"
},
"preserve_paths": "libShopJoySDK.a",
"vendored_libraries": "libShopJoySDK.a",
"frameworks": [
"CoreBluetooth",
"CoreLocation"
],
"libraries": "sqlite3"
}