[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 0 / 2 / MLTontiatorView / 1.0.0 / MLTontiatorView.podspec.json
blob7a8ffe0db8c1eb5dd2eb3ad03f214ae987c77fe5
2   "name": "MLTontiatorView",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A Simple Activity indicator view",
9   "homepage": "http://micheltlutz.me",
10   "social_media_url": "https://twitter.com/michel_lutz",
11   "authors": {
12     "Michel Lutz": "michel_lutz@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/micheltlutz/MLTontiatorView.git",
16     "tag": "v1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/**/*.swift",
28       "frameworks": "UIKit"
29     }
30   ]