[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / f / Jellyfish / 0.0.1 / Jellyfish.podspec.json
blobc8f39db37014b8bd6d5d980f0849c6e86f9b7d69
2   "name": "Jellyfish",
3   "version": "0.0.1",
4   "summary": "API Blueprint mocking in Swift",
5   "description": "Jellyfish is an API Blueprint Parser with stubbing written in Swift",
6   "homepage": "https://github.com/JellyfishProject/JellyfishKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yeung Yiu Hung": "hkclex@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/darkcl_dev",
15   "swift_version": "3.2",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": ".git",
22     "tag": "0.0.1"
23   },
24   "source_files": [
25     "Sources/**/*.{h, m, swift}",
26     "ext/**/*.{h, m, swift}"
27   ],
28   "frameworks": [
29     "Foundation",
30     "JavaScriptCore"
31   ],
32   "resources": "Sources/Jellyfish/Wrapper/drafter.js"