[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 4 / b / WKZombie / 0.9.2 / WKZombie.podspec.json
blob79764b77e64fe42a5a35bcc2b11a5e4f9c48d247
2   "name": "WKZombie",
3   "version": "0.9.2",
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 or manipulate websites using Javascript.",
6   "homepage": "https://github.com/mkoehnke/WKZombie",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Mathias Köhnke",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/mkoehnke/WKZombie.git",
18     "tag": "0.9.2"
19   },
20   "source_files": [
21     "Classes/*.{swift}",
22     "Classes/HTML/*.{swift}",
23     "Classes/JSON/*.{swift}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true,
27   "dependencies": {
28     "hpple": [
29       "0.2.0"
30     ]
31   }