blob: a6aff86da0b08f6466e0722f430b3af5fd708fef [file] [log] [blame]
{
"name": "GVRefreshControl",
"version": "0.0.1",
"summary": "GVRefreshControl is a better UIRefreshControl created to improve dynamism to the default UIKit RefreshControl. The usage is similar.",
"homepage": "https://github.com/gbrvalerio/GVRefreshControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gabriel Bezerra Valério": "gbrvalerio@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/gbrvalerio/GVRefreshControl.git",
"tag": "0.0.1"
},
"source_files": "GVRefreshControl/**/*.{h,m,swift}",
"xcconfig": {
"ENABLE_STRICT_OBJC_MSGSEND": "NO"
},
"pod_target_xcconfig": {
"ENABLE_STRICT_OBJC_MSGSEND": "NO"
},
"compiler_flags": "-DOBJC_OLD_DISPATCH_PROTOTYPES=1",
"pushed_with_swift_version": "4.0"
}