blob: cfa9d537be0aa32ec7401aa30f7fc1ae34d5d698 [file] [log] [blame]
{
"name": "Jellyfish",
"version": "0.0.4",
"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": "https://github.com/JellyfishProject/JellyfishKit.git",
"tag": "0.0.4"
},
"source_files": [
"Sources/**/*.{h,m,swift}",
"ext/**/*.{h,m,swift}"
],
"frameworks": [
"Foundation",
"JavaScriptCore"
],
"resources": "Sources/Jellyfish/Wrapper/drafter.js"
}