blob: aa8465dbe4e6174bbd0337a2b5ef6aa78af77605 [file] [log] [blame]
{
"name": "AXRefreshControl",
"version": "0.0.1",
"summary": "A refresh control manager kits.",
"description": "A refresh control kits using on iOS platform.",
"homepage": "https://github.com/devedbox/AXRefreshControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aiXing": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXRefreshControl.git",
"tag": "0.0.1"
},
"source_files": "AXRefreshControl/Classes/*.{h,m}",
"public_header_files": [
"AXRefreshControl/Classes/AXRefreshControl.h",
"AXRefreshControl/Classes/UIScrollView+Refreshable.h"
],
"private_header_files": "AXRefreshControl/Classes/*_Private.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"pop": [
]
}
}