[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / a / MultiPing / 0.1.1 / MultiPing.podspec.json
blob1ef9e4a5e08e45d04449151b4c8d2de7c9e31ca7
2   "name": "MultiPing",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "version": "0.1.1",
7   "summary": "Simple pod for sending multiple ping requests at once.",
8   "description": "Use Ping.start(address:timeout:retries:completion) to start pinging given address. You can handle the result of ping in completion block that takes as an argument SimplePingResponse enum, providing result info. At any time you can stop pinging of an address with Ping.stop(address)",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Maroš Beťko": "betkomaros@gmail.com"
15   },
16   "social_media_url": "http://twitter.com/Haaxor1689",
17   "source": {
18     "git": "https://github.com/Haaxor1689/MultiPing.git",
19     "tag": "0.1.1"
20   },
21   "homepage": "https://github.com/Haaxor1689/MultiPing.git",
22   "source_files": "MultiPing/**/*.{h,m,swift}",
23   "public_header_files": "MultiPing/**/*.h",
24   "requires_arc": true,
25   "pushed_with_swift_version": "3.0"