blob: 91338724356403cdb47059e578900022aa0d1d01 [file] [log] [blame]
{
"name": "AXRefreshControl",
"version": "0.0.3",
"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.3"
},
"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",
"resources": "AXRefreshControl/Classes/*.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AXIndicatorView": [
]
},
"requires_arc": true
}