[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / f / 0 / a / MGCommand / 0.2.0 / MGCommand.podspec.json
blob02c82a877c7308c534e3570e6ababd303b6f587b
2   "name": "MGCommand",
3   "version": "0.2.0",
4   "summary": "This library provides a lightweight way for executing commands sequentially or concurrently.",
5   "homepage": "https://github.com/MattesGroeger/MGCommand",
6   "license": "MIT",
7   "authors": {
8     "Mattes Groeger": "info@mattes-groeger.de"
9   },
10   "source": {
11     "git": "https://github.com/MattesGroeger/MGCommand.git",
12     "tag": "0.2.0"
13   },
14   "source_files": "MGCommand/Classes/**/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0"
18   }