[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / b / 9 / WKZombieRevised / 1.1.3 / WKZombieRevised.podspec.json
blob13f948c3e35d2e2c5d1feedd7297535e2aea8b0f
2   "name": "WKZombieRevised",
3   "version": "1.1.3",
4   "summary": "WKZombie is a Swift library for iOS/OSX to browse websites without the need of User Interface or API.",
5   "description": "WKZombie is a Swift library for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless Browser.\nIn addition, it can be used to run automated tests, take snapshots or manipulate websites using Javascript.",
6   "homepage": "https://github.com/dividenconquer/WKZombie",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Woohyun Kim",
12   "platforms": {
13     "ios": "10.3",
14     "osx": "10.12"
15   },
16   "source": {
17     "git": "https://github.com/dividenconquer/WKZombie.git",
18     "tag": "1.1.3"
19   },
20   "source_files": "Sources/WKZombie/*.swift",
21   "exclude_files": "Sources/Exclude",
22   "requires_arc": true,
23   "dependencies": {
24     "hpple": [
25       "0.2.0"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.0"
30   },
31   "swift_versions": "4.0",
32   "swift_version": "4.0"