[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 2 / 4 / OWUProximityManager / 0.0.3 / OWUProximityManager.podspec.json
blob45d2a4fb4b0894ee66a5226bde271d8c4f841527
2   "name": "OWUProximityManager",
3   "version": "0.0.3",
4   "summary": "A simple interface to pair a CBPeripheral and CBCentral via iBeacons.",
5   "homepage": "https://github.com/ohwutup/OWUProximityManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "David Ohayon": "ohayon.1@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/ohwutup/OWUProximityManager.git",
18     "tag": "0.0.3"
19   },
20   "source_files": [
21     "Classes/*.{h,m}",
22     "Constants/OWUProximityManagerConstants.h"
23   ],
24   "frameworks": [
25     "CoreBluetooth",
26     "CoreLocation"
27   ],
28   "requires_arc": "true"