[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / b / a / ATLoading / 1.0 / ATLoading.podspec.json
blobee96ea272e4dddb74d25c9818f66997c8294abf5
2   "name": "ATLoading",
3   "version": "1.0",
4   "summary": "ATLoading 用于处理视图加载状态(加载,结束,空,错误,无网络),便于使用和自定义扩展",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/abiaoyo/ATLoading",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "347991555@qq.com": "347991555@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/abiaoyo/ATLoading.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ATLoading/**/*.{h,m}",
22   "resources": "ATLoading/Resources/ATLoading.bundle",
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]