blob: 3447dade2c0bf42bab775fd4eb229f3ab75fd432 [file] [log] [blame]
{
"name": "SwiftDog",
"version": "0.0.2",
"summary": "This is an (un)official swift library of the datadog API!",
"description": "A Swift-y Datadog API!\nWelcome to the datadog swift API! You can now send metrics and events from a device!",
"homepage": "https://github.com/jaronoff97/SwiftDog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jacob Aronoff": "jacobaronoff45@gmail.com"
},
"source": {
"git": "https://github.com/jaronoff97/SwiftDog.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/get_sw1fty",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftDog/Classes/**/*",
"dependencies": {
"KeychainAccess": [
"~> 3.1"
]
},
"pushed_with_swift_version": "4.0"
}