[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / e / d / AXRefreshControl / 0.0.1 / AXRefreshControl.podspec.json
blobaa8465dbe4e6174bbd0337a2b5ef6aa78af77605
2   "name": "AXRefreshControl",
3   "version": "0.0.1",
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.1"
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   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "pop": [
35     ]
36   }