blob: 19d7c6e1de14261052ebdbe90da50a66fea55963 [file] [log] [blame]
{
"name": "ISHLogDNA",
"version": "0.0.1",
"summary": "This micro-framework supports remote logging via LogDNA on iOS.",
"description": "This micro-framework supports remote logging via LogDNA on iOS. The framework itself is written in ObjC for easy integration in Swift and ObjC apps.\nRequires a deployment target of iOS 9 and above.",
"homepage": "https://github.com/iosphere/ISHLogDNA",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Preston Farr": "xavierproductions05@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xavisavvy/ISHLogDNA.git",
"tag": "0.0.1"
},
"source_files": [
"ISHLogDNAService",
"Classes/**/*.{h,m}"
]
}