blob: d9250d921f21a2accacc64de6c0ed77b2f5dd027 [file] [log] [blame]
{
"name": "APLPullToRefreshContainer",
"version": "1.0.2",
"summary": "Pull To Refresh Control",
"description": "This is a Pull to Refresh Control where you can embed arbitrary scrollable UIViewControllers.",
"homepage": "https://github.com/apploft/APLPullToRefreshContainer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Nico Schuemann",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/apploft/APLPullToRefreshContainer.git",
"tag": "1.0.2"
},
"source_files": [
"APLPullToRefreshContainer",
"APLPullToRefreshContainer/**/*.{h,m}"
],
"exclude_files": "APLPullToRefreshContainer/Exclude",
"requires_arc": true
}