[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 5 / 8 / e / fpingx / 0.1.1 / fpingx.podspec.json
blobc8f412b3c99033d8ed712f25410539ef4d78cabf
2   "name": "fpingx",
3   "version": "0.1.1",
4   "summary": "A swift wrapper of fping which is a high performance ping tool",
5   "description": "A swift wrapper of fping which is a high performance ping tool",
6   "homepage": "https://github.com/jackymelb/fpingx",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jackymelb": "jackymelb@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jackymelb/fpingx.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/jackymelb",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "source_files": [
24     "fpingx/fpingx.swift",
25     "fpingx/fpingx.h",
26     "fping/*"
27   ],
28   "public_header_files": [
29     "fpingx/fpingx.h",
30     "fping/*.h"
31   ],
32   "frameworks": "Foundation",
33   "pushed_with_swift_version": "4.0"