blob: 6d68c5ea24955d87784ff621d89716eae07c0822 [file] [log] [blame]
{
"name": "ekgclient",
"version": "0.3.1",
"summary": "Swift SDK for sending events to ekg.",
"description": "Swift SDK for sending events to ekg, used by Buildasaur\nfor stats. See ekg: https://github.com/czechboy0/ekg",
"homepage": "https://github.com/czechboy0/ekgclient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honza Dvorsky": "honzadvorsky.com"
},
"social_media_url": "http://twitter.com/czechboy0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/czechboy0/ekgclient.git",
"tag": "v0.3.1"
},
"source_files": "ekgclient/*.{swift}",
"dependencies": {
"Alamofire": [
"= 2.0.0-beta.3"
]
}
}