blob: a6d5e1426571cdf7b0e341d3f94d6f2e52b5902d [file] [log] [blame]
{
"name": "AXRefreshControl",
"version": "0.0.4",
"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.4"
},
"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
}