blob: 1bc5d754dc9d0c299e24afe60c9035150bf359b3 [file] [log] [blame]
{
"name": "AppReports",
"version": "1.0.0",
"summary": "Reports events and errors helper class",
"description": "Reports events and errors helper class.\nWrite and use for swift.\nYou can write helper on swift with support objc as wrapper for this class.",
"homepage": "https://github.com/ProVir/AppReports",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ViR (Vitaliy Korotkiy)": "admin@provir.ru"
},
"source": {
"git": "https://github.com/ProVir/AppReports.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AppReports/*.{h,swift}",
"public_header_files": "AppReports/*.h"
}