[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 8 / 2 / SPLPing / 1.1.6 / SPLPing.podspec.json
blobdcf454f517558649e54812ecfde074faaf155239
2   "name": "SPLPing",
3   "version": "1.1.6",
4   "summary": "Lightweight, reusable and race free ping implementation.",
5   "homepage": "https://github.com/OliverLetterer/SPLPing",
6   "license": "MIT",
7   "authors": {
8     "Oliver Letterer": "oliver.letterer@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/OliverLetterer/SPLPing.git",
12     "tag": "1.1.6"
13   },
14   "social_media_url": "https://twitter.com/oletterer",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "SPLPing/*.{h,m}",
20   "private_header_files": "SPLPing/ICMPHeader.h",
21   "frameworks": [
22     "Foundation",
23     "CFNetwork"
24   ]