[Add] TensorFlowLiteSwift 0.0.1-nightly.20241213
[CocoaPods.git] / Specs / 0 / b / 9 / LiveValues / 1.1.2 / LiveValues.podspec.json
blobe3eb06d6d42de2ff675b7cb09c2d71a829b3042d
2   "name": "LiveValues",
3   "version": "1.1.2",
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.2"
25   },
26   "source_files": [
27     "Source",
28     "Source/**/*.swift"
29   ],
30   "osx": {
31     "exclude_files": "Source/Data/Motion.swift",
32     "dependencies": {
33       "OSCKit": [
35       ]
36     }
37   },
38   "tvos": {
39     "exclude_files": [
40       "Source/Data/Motion.swift",
41       "Source/Data/OSC.swift",
42       "Source/Data/MIDI.swift",
43       "Source/Data/MIDIAssistant.swift"
44     ]
45   },
46   "ios": {
47     "dependencies": {
48       "OSCKit": [
50       ]
51     }
52   },
53   "swift_version": "5.0"