[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / 3 / 5 / GVRefreshControl / 0.0.1 / GVRefreshControl.podspec.json
bloba6aff86da0b08f6466e0722f430b3af5fd708fef
2   "name": "GVRefreshControl",
3   "version": "0.0.1",
4   "summary": "GVRefreshControl is a better UIRefreshControl created to improve dynamism to the default UIKit RefreshControl. The usage is similar.",
5   "homepage": "https://github.com/gbrvalerio/GVRefreshControl",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Gabriel Bezerra ValĂ©rio": "gbrvalerio@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/gbrvalerio/GVRefreshControl.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "GVRefreshControl/**/*.{h,m,swift}",
21   "xcconfig": {
22     "ENABLE_STRICT_OBJC_MSGSEND": "NO"
23   },
24   "pod_target_xcconfig": {
25     "ENABLE_STRICT_OBJC_MSGSEND": "NO"
26   },
27   "compiler_flags": "-DOBJC_OLD_DISPATCH_PROTOTYPES=1",
28   "pushed_with_swift_version": "4.0"