[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / b / 9 / LiveValues / 1.1.6 / LiveValues.podspec.json
blob7707b8a369877ba3390b13625bc3c665552728b2
2   "name": "LiveValues",
3   "version": "1.1.6",
4   "summary": "Live Values for iOS & macOS",
5   "description": "a collection of live value types for realtime apps.",
6   "homepage": "http://hexagons.se",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hexagons": "anton@hexagons.se"
13   },
14   "social_media_url": "https://twitter.com/anton_hexagons",
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.13",
18     "tvos": "11.0"
19   },
20   "swift_versions": "5.0",
21   "source": {
22     "git": "https://github.com/hexagons/LiveValues.git",
23     "branch": "master",
24     "tag": "1.1.6"
25   },
26   "source_files": [
27     "Source",
28     "Source/**/*.swift"
29   ],
30   "ios": {
31     "exclude_files": "Source/Data/OSC.swift"
32   },
33   "osx": {
34     "exclude_files": [
35       "Source/Data/Motion.swift",
36       "Source/Data/OSC.swift"
37     ]
38   },
39   "tvos": {
40     "exclude_files": [
41       "Source/Data/Motion.swift",
42       "Source/Data/OSC.swift",
43       "Source/Data/MIDI.swift",
44       "Source/Data/MIDIAssistant.swift"
45     ]
46   },
47   "swift_version": "5.0"