blob: c8f39db37014b8bd6d5d980f0849c6e86f9b7d69 [file] [log] [blame]
{
"name": "Jellyfish",
"version": "0.0.1",
"summary": "API Blueprint mocking in Swift",
"description": "Jellyfish is an API Blueprint Parser with stubbing written in Swift",
"homepage": "https://github.com/JellyfishProject/JellyfishKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yeung Yiu Hung": "hkclex@gmail.com"
},
"social_media_url": "https://twitter.com/darkcl_dev",
"swift_version": "3.2",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": ".git",
"tag": "0.0.1"
},
"source_files": [
"Sources/**/*.{h, m, swift}",
"ext/**/*.{h, m, swift}"
],
"frameworks": [
"Foundation",
"JavaScriptCore"
],
"resources": "Sources/Jellyfish/Wrapper/drafter.js"
}