blob: d59e900917d8788b5a7e5e2df4b17a6190f8564a [file] [log] [blame]
{
"name": "AiryRefreshControl",
"version": "1.0.0",
"summary": "iOS pull down & pull up refresh control",
"description": "iOS pull down & pull up refresh control that is used with UIScrollView",
"homepage": "https://github.com/airymiao/AiryRefreshControl",
"license": "MIT",
"authors": {
"airymiao": "airymiao@gmail.com"
},
"source": {
"git": "https://github.com/airymiao/AiryRefreshControl.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "AiryRefreshControl/Classes/**/*",
"resource_bundles": {
"AiryRefreshControl": [
"AiryRefreshControl/Assets/*.png"
]
},
"frameworks": "UIKit"
}