[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 1 / a / MultiPing / 0.1.0 / MultiPing.podspec.json
blobe47ee5829f9cda07cceec70dc32d8b42cd646f27
2   "name": "MultiPing",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "0.1.0",
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.0"
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"