blob: de89d3bde4e57e5cf8ec8a60922c6cfe24b2db31 [file] [log] [blame]
{
"name": "MinodesInteractionsSDK",
"version": "0.1.0",
"summary": "Use the Minodes Interactions SDK to add powerful location-based features to your app.",
"description": "Use the Minodes Interactions SDK to add powerful location-based features to your app, enabling a richer and more interactive shopping experience for your customers. Send your customers messages according to their location, profile and preferences, or build new features on top of iBeacon technology.",
"homepage": "http://minodes.com",
"authors": {
"Minodes GmbH": "support@minodes.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/minodes/interactions-ios-sdk.git",
"tag": "v0.1.0"
},
"source_files": "MinodesInteractionsSDK/Headers/*.h",
"preserve_paths": "MinodesInteractionsSDK/libMinodesInteractionsSDK.a",
"vendored_libraries": "MinodesInteractionsSDK/libMinodesInteractionsSDK.a",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/MinodesInteractionsSDK\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/MinodesInteractionsSDK\""
},
"license": {
"type": "Copyright",
"text": " Copyright 2015 Minodes GmbH. All rights reserved.\n"
}
}