blob: 11b73bbb52ff32f0dc8e13f77fd16cda4a7936f3 [file] [log] [blame]
{
"name": "LiveValues",
"version": "1.1.4",
"summary": "Live Values for iOS & macOS",
"description": "a collection of live value types for realtime apps.",
"homepage": "http://hexagons.se",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hexagons": "anton@hexagons.se"
},
"social_media_url": "https://twitter.com/anton_hexagons",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/hexagons/LiveValues.git",
"branch": "master",
"tag": "1.1.4"
},
"source_files": [
"Source",
"Source/**/*.swift"
],
"ios": {
"exclude_files": "Source/Data/OSC.swift"
},
"osx": {
"exclude_files": [
"Source/Data/Motion.swift",
"Source/Data/OSC.swift"
]
},
"tvos": {
"exclude_files": [
"Source/Data/Motion.swift",
"Source/Data/OSC.swift",
"Source/Data/MIDI.swift",
"Source/Data/MIDIAssistant.swift"
]
},
"swift_version": "5.0"
}