blob: 6b8b9bfe04342a4d2c74bbdd0b7081f85112ec98 [file] [log] [blame]
{
"name": "ARAnalyticsLogger",
"version": "1.0.0",
"summary": "A bridge between CocoaLumberjack and ARAnalytics.",
"description": " Provides a logger to log via ARAnalytics' ARLog macro.\n",
"homepage": "https://github.com/sgtsquiggs/ARAnalyticsLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthew Crenshaw": "sgt@squig.gs"
},
"source": {
"git": "https://github.com/sgtsquiggs/ARAnalyticsLogger.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/sgtsquiggs",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source_files": "Source/ARAnalyticsLogger.{h,m}",
"dependencies": {
"CocoaLumberjack/Default": [
">=2.0.0-rc"
]
},
"osx": {
"dependencies": {
"ARAnalytics/CoreMac": [
]
}
},
"ios": {
"dependencies": {
"ARAnalytics/CoreIOS": [
]
}
}
}