[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / e / fpingx / 0.1.3 / fpingx.podspec.json
blob2387962baefa8dced5234ac970e213771cc2d791
2   "name": "fpingx",
3   "version": "0.1.3",
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.3"
17   },
18   "social_media_url": "https://twitter.com/jackymelb",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "swift_versions": "5.0",
24   "source_files": [
25     "fpingx/fpingx.swift",
26     "fpingx/fpingx.h",
27     "fping/*"
28   ],
29   "public_header_files": [
30     "fpingx/fpingx.h",
31     "fping/*.h"
32   ],
33   "frameworks": "Foundation",
34   "swift_version": "5.0"