blob: f101717864709cc4cc25985e528ee1999c3d4b78 [file] [log] [blame]
{
"name": "Embassy",
"version": "2.0.0",
"summary": "Lightweight async HTTP server in pure Swift for iOS UI Automatic testing data mocking",
"homepage": "https://github.com/envoy/Embassy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor": "victor@envoy.com"
},
"social_media_url": "http://twitter.com/victorlin",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/envoy/Embassy.git",
"tag": "v2.0.0"
},
"source_files": [
"Embassy/**.swift",
"Embassy/**/*.swift"
]
}