[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 5 / d / 6 / ekgclient / 0.2.0 / ekgclient.podspec.json
blob2236bdcc6c644653c8d09aaae07a66e15faab982
2   "name": "ekgclient",
3   "version": "0.2.0",
4   "summary": "Swift SDK for sending events to ekg.",
5   "description": "Swift SDK for sending events to ekg, used by Buildasaur\nfor stats. See ekg: https://github.com/czechboy0/ekg",
6   "homepage": "https://github.com/czechboy0/ekgclient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Honza Dvorsky": "honzadvorsky.com"
13   },
14   "social_media_url": "http://twitter.com/czechboy0",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/czechboy0/ekgclient.git",
22     "tag": "v0.2.0"
23   },
24   "source_files": "ekgclient/*.{swift}",
25   "dependencies": {
26     "Alamofire": [
27       "= 2.0.0-beta.3"
28     ]
29   }