[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 0 / 9 / OperantKit / 0.0.13 / OperantKit.podspec.json
blobfd7813cd8c6add93788ee6b89d82e3fbb55e98ef
2   "name": "OperantKit",
3   "version": "0.0.13",
4   "summary": "A tool for operant conditioning",
5   "description": "OperantKit is a tool for operant conditioning experiments for Swift",
6   "homepage": "https://github.com/YutoMizutani/OperantKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yuto Mizutani": "yuto.mizutani.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/YutoMizutani/OperantKit.git",
16     "tag": "0.0.13"
17   },
18   "social_media_url": "https://twitter.com/EXPENSIVE_MAN",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "watchos": "4.0",
23     "tvos": "11.0"
24   },
25   "requires_arc": true,
26   "dependencies": {
27     "RxSwift": [
29     ],
30     "RxCocoa": [
32     ]
33   },
34   "source_files": "Sources/**/**/*.swift",
35   "watchos": {
36     "exclude_files": "Sources/Domain/UseCases/MainTimerUseCase.swift"
37   }