blob: 355178e866150415f22e6f00d142dabcbccb1219 [file] [log] [blame]
{
"name": "AnyAnalytics",
"version": "0.2.0",
"summary": "Reusable library for analytics written with swift",
"homepage": "https://github.com/alexfilimon/swift-analytics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Filimonov": "as_filimon@mail.ru"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/alexfilimon/swift-analytics.git",
"tag": "0.2.0"
},
"source_files": [
"Analytics",
"Analytics/**/*.{h,m,swift}"
],
"swift_version": "4.2"
}