blob: d70a34fa3b4d4282c18dc7fe7b1119775d804e23 [file] [log] [blame]
{
"name": "BOZPongRefreshControl",
"version": "1.0.1",
"summary": "A pull-down-to-refresh control for iOS that plays pong, originally created for the MHacks III iOS app",
"homepage": "https://github.com/boztalay/BOZPongRefreshControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ben Oztalay": "boztalay@gmail.com",
"Joseph Constan": "jcon5294@gmail.com",
"Mahir Eusufzai": "github.com/MahirEusufzai",
"ajfigueroa": "github.com/ajfigueroa"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/boztalay/BOZPongRefreshControl.git",
"tag": "1.0.1"
},
"source_files": "BOZPongRefreshControl/**/*.{h,m}",
"public_header_files": "BOZPongRefreshControl/**/*.h",
"frameworks": "UIKit",
"requires_arc": true
}