blob: 8c242ceaf09ff92856198e1c785735f85eb70715 [file] [log] [blame]
{
"name": "StatfulClient",
"version": "1.0.0",
"summary": "Statful client to send metrics from macOS and iOS.",
"description": "Statful client for macOS and iOS written in Objective-C. This client is intended to gather metrics and send them to the Statful service.",
"homepage": "https://github.com/statful/statful-client-objc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mindera - Software Craft",
"source": {
"git": "https://github.com/statful/statful-client-objc.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"source_files": "StatfulClient/**/*.{h,m}",
"dependencies": {
"CocoaLumberjack": [
"~> 2.0.0"
],
"CocoaAsyncSocket": [
"~> 7.4.2"
],
"AFNetworking": [
"~> 2.5"
]
}
}