blob: 97fb97c4448c38b433eab380d2e76e17f1a88ce0 [file] [log] [blame]
{
"name": "AXRefreshControl",
"version": "0.0.2",
"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.2"
},
"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"
],
"requires_arc": true
}