[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / c / 1 / 2 / SwiftySensors / 0.2.1 / SwiftySensors.podspec.json
blobc10f1cbb388d38a8d191ea64827326122124121a
2   "name": "SwiftySensors",
3   "version": "0.2.1",
4   "summary": "BLE Fitness Sensors Communication Utilities for iOS and OSX",
5   "homepage": "https://github.com/kinetic-fit/sensors-swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kinetic": "admin@kinetic.fit"
12   },
13   "platforms": {
14     "ios": "8.2",
15     "osx": "10.11"
16   },
17   "source": {
18     "git": "https://github.com/kinetic-fit/sensors-swift.git",
19     "tag": "0.2.1",
20     "submodules": true
21   },
22   "source_files": "Source/**/*.swift",
23   "dependencies": {
24     "Signals": [
25       "~> 4.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0",
29   "subspecs": [
30     {
31       "name": "Serializers",
32       "source_files": [
33         "Source/Serializers/**/*.swift",
34         "Source/Operators.swift"
35       ]
36     }
37   ]