| { |
| "name": "Jellyfish", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "source_files": [ |
| "Sources/**/*.{h,m,swift}", |
| "ext/**/*.{h,m,swift}" |
| ], |
| "frameworks": [ |
| "Foundation", |
| "JavaScriptCore" |
| ], |
| "resources": "Sources/Jellyfish/Wrapper/drafter.js" |
| } |