blob: 22e010359a00bebcecd35af23a744765fcd1eff5 [file] [log] [blame]
{
"name": "RBN-iOS-SDK",
"version": "1.2.0",
"summary": "SDK allows you to connect your application to the Russian Beacon Network.",
"description": " You can find everything you want to know on our homepage. RBN-iOS-SDK is a\n * iBeacons\n * Statistics\n * Advertising\n",
"homepage": "https://github.com/WeLikeDigital/RBN-iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Darius": "manaev@me.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/WeLikeDigital/RBN-iOS-SDK.git",
"tag": "1.2.0"
},
"source_files": "*.h",
"frameworks": [
"CoreLocation",
"Foundation",
"CoreBluetooth",
"UIKit",
"AVFoundation",
"AdSupport"
],
"libraries": "RBN-iOS-SDK",
"requires_arc": true,
"vendored_libraries": "libRBN-iOS-SDK.a",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/RBN-iOS-SDK/\""
},
"dependencies": {
"KZPropertyMapper": [
],
"AFNetworking": [
],
"FMDB": [
],
"SSZipArchive": [
]
}
}