blob: 73b24c838da5d2bcd144f0b5335add2452abb01b [file] [log] [blame]
{
"name": "AnyAnalytics",
"version": "0.1.2",
"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.1.2"
},
"source_files": [
"Analytics",
"Analytics/**/*.{h,m,swift}"
],
"swift_version": "4.2"
}