blob: 2acf9f1362a0081a3ad0f86a4a9274b7e04a1c14 [file] [log] [blame]
{
"name": "CKRefreshControl",
"version": "1.1.1",
"summary": "A pull-to-refresh view for iOS 5, 100% API-compatible with UIRefreshControl in iOS 6.",
"homepage": "https://github.com/instructure/CKRefreshControl",
"license": "MIT",
"authors": "Instructure, Inc.",
"source": {
"git": "https://github.com/instructure/CKRefreshControl.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "CKRefreshControl/",
"public_header_files": "CKRefreshControl/CKRefreshControl.h",
"frameworks": "QuartzCore",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}