blob: 0538cf3129dd214287916248113875119c73e948 [file] [log] [blame]
{
"name": "swift-analytics",
"version": "0.0.2",
"summary": "Reusable library for analytics written with swift",
"description": "This is the library for using analytics in your project",
"homepage": "https://github.com/alexfilimon/swift-analytics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Filimonov": "as_filimon@mail.ru"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/alexfilimon/swift-analytics.git",
"tag": "0.0.2"
},
"source_files": [
"Analytics",
"Analytics/**/*.{h,m,swift}"
],
"swift_version": "4.2"
}