[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / a / 1 / c / Discovery / 1.1.0 / Discovery.podspec.json
blob60543ae230cefdcf3da53c8a75a689bc2059c725
2   "name": "Discovery",
3   "version": "1.1.0",
4   "summary": "Discovery: A simple library to discover and retrieve data from nearby devices.",
5   "description": "                   Discovery is a very simple but useful library for discovering nearby devices with BLE and to exchange a value (kind of ID or username determined by you on the running app on peer device) wheather the app on peer device is working at foregorund or background state.\n\nDiscovery:\n* lets you easily discover nearby devices\n* retrieve their id(assigned by you) wheather the app works on foreground or background state\n* hides the nitty gritty details of BLE calls and delegates from the developer\n* determines the proximity of the peer device\n",
6   "homepage": "https://github.com/omergul123/Discovery",
7   "license": {
8     "type": "APACHE",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ömer Faruk Gül": "omer.gul@louvredigital.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/omergul123/Discovery.git",
19     "tag": "v1.1.0"
20   },
21   "source_files": "Discovery/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": [
24     "CoreBluetooth",
25     "CoreLocation"
26   ]