blob: 80f4d7fe121765eb3a5b66cc06c36cfdac85685a [file] [log] [blame]
{
"name": "ASCRefreshControl",
"version": "1.0.0",
"summary": " ASCRefreshControl is a wrapper for using UIRefreshControl on iOS 5+.",
"homepage": "https://github.com/AutoScout24/ASCRefreshControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felix Schulze": "code@felixschulze.de"
},
"source": {
"git": "https://github.com/AutoScout24/ASCRefreshControl.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "ASCRefreshControl.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"ODRefreshControl": [
"~> 1.1.0"
]
}
}