[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / a / 1 / RBN-iOS-SDK / 1.2.0 / RBN-iOS-SDK.podspec.json
blob22e010359a00bebcecd35af23a744765fcd1eff5
2   "name": "RBN-iOS-SDK",
3   "version": "1.2.0",
4   "summary": "SDK allows you to connect your application to the Russian Beacon Network.",
5   "description": "                   You can find everything you want to know on our homepage. RBN-iOS-SDK is a\n                   * iBeacons\n                   * Statistics\n                   * Advertising\n",
6   "homepage": "https://github.com/WeLikeDigital/RBN-iOS-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Darius": "manaev@me.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/WeLikeDigital/RBN-iOS-SDK.git",
19     "tag": "1.2.0"
20   },
21   "source_files": "*.h",
22   "frameworks": [
23     "CoreLocation",
24     "Foundation",
25     "CoreBluetooth",
26     "UIKit",
27     "AVFoundation",
28     "AdSupport"
29   ],
30   "libraries": "RBN-iOS-SDK",
31   "requires_arc": true,
32   "vendored_libraries": "libRBN-iOS-SDK.a",
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-ObjC",
35     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/RBN-iOS-SDK/\""
36   },
37   "dependencies": {
38     "KZPropertyMapper": [
40     ],
41     "AFNetworking": [
43     ],
44     "FMDB": [
46     ],
47     "SSZipArchive": [
49     ]
50   }