blob: c9f1c415ce2e6b8f2e8131427069753319cbfc09 [file] [log] [blame]
{
"name": "ShopJoySDK-v2",
"version": "2.0",
"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"
},
"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"
}