blob: ae728cd33eb73f4d62ac761d2747635c0839e00c [file] [log] [blame]
{
"name": "Embassy",
"version": "1.0.1",
"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": "v1.0.1"
},
"source_files": [
"Embassy/**.swift",
"Embassy/**/*.swift"
]
}