[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / c / QuickBLE / 0.9.1 / QuickBLE.podspec.json
blob168698f471f951b524968ee31a32a3a142c4fcb0
2   "name": "QuickBLE",
3   "version": "0.9.1",
4   "summary": "A simple helper for communicating with Bluetooth LE devices (Arduino 101, etc.)",
5   "description": "A simple helper for communicating with Bluetooth LE devices (Arduino 101, etc.) written in Swift.",
6   "homepage": "https://github.com/mkoehnke/QuickBLE",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Mathias Köhnke",
12   "platforms": {
13     "ios": "9.1",
14     "osx": "10.11"
15   },
16   "source": {
17     "git": "https://github.com/mkoehnke/QuickBLE.git",
18     "tag": "0.9.1"
19   },
20   "source_files": "Sources/*.{swift}",
21   "exclude_files": "Sources/Exclude",
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   }