[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / 9 / OscletonSDK / 0.1.0 / OscletonSDK.podspec.json
blob41423547d08481b3e77c5428139475636ffad5c4
2   "name": "OscletonSDK",
3   "version": "0.1.0",
4   "summary": "Ableton Live companion SDK for iOS",
5   "description": "Oscleton SDK provides a complete solution to communicate with Ableton Live on iOS devices.",
6   "homepage": "https://github.com/ArthurVimond/oscleton-ios-sdk",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arthur Vimond": "arthurvimond@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ArthurVimond/oscleton-ios-sdk.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "OscletonSDK/Classes/**/*.{swift,h}",
23   "dependencies": {
24     "Swinject": [
25       "~> 2.5.0"
26     ],
27     "SwiftOSC": [
28       "~> 1.2"
29     ],
30     "RxSwift": [
31       "~> 4.0"
32     ],
33     "RxCocoa": [
34       "~> 4.0"
35     ]
36   }