[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 9 / 3 / f / MetaWear / 2.10.0 / MetaWear.podspec.json
blobee5877da66ad16399ff8940ab0243db8d43a52db
2   "name": "MetaWear",
3   "version": "2.10.0",
4   "license": {
5     "type": "Commercial",
6     "text": "See https://www.mbientlab.com/terms/",
7     "file": "LICENSE"
8   },
9   "homepage": "https://mbientlab.com",
10   "summary": "iOS/macOS/tvOS API and documentation for the MetaWear platform",
11   "description": "This library allows for simple interfacing with the MetaWear Bluetooth (BLE)\nsensor platform.  Stream or log a variety of sensor data via simple API calls.\nContact us at hello@mbientlab.com if you need custom hardware or help with App development.\nSee www.mbientlab.com for details.",
12   "authors": {
13     "Stephen Schiffli": "stephen@mbientlab.com"
14   },
15   "source": {
16     "git": "https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS.git",
17     "tag": "2.10.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.11",
22     "tvos": "10.0"
23   },
24   "social_media_url": "https://twitter.com/mbientLab",
25   "documentation_url": "https://www.mbientlab.com/docs/metawear/ios/2.10.0/index.html",
26   "source_files": "MetaWear/{Assets,Classes,Internal}/**/*.{h,m}",
27   "private_header_files": "MetaWear/Internal/**/*.h",
28   "frameworks": [
29     "CoreData",
30     "CoreBluetooth"
31   ],
32   "dependencies": {
33     "Bolts/Tasks": [
34       "~> 1.8.4"
35     ],
36     "FastCoding+tvOS": [
37       "~> 3.2.1"
38     ]
39   }