[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 2 / e / d / AXRefreshControl / 0.0.6 / AXRefreshControl.podspec.json
blob482209c89d8cea211ffbd8c5b6263d62f2b7c4b3
2   "name": "AXRefreshControl",
3   "version": "0.0.6",
4   "summary": "A refresh control manager kits.",
5   "description": "A refresh control kits using on iOS platform.",
6   "homepage": "https://github.com/devedbox/AXRefreshControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aiXing": "862099730@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/devedbox/AXRefreshControl.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "AXRefreshControl/Classes/*.{h,m}",
22   "public_header_files": [
23     "AXRefreshControl/Classes/AXRefreshControl.h",
24     "AXRefreshControl/Classes/UIScrollView+Refreshable.h"
25   ],
26   "private_header_files": "AXRefreshControl/Classes/*_Private.h",
27   "resources": "AXRefreshControl/Classes/*.bundle",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "dependencies": {
33     "AXIndicatorView": [
35     ]
36   },
37   "requires_arc": true