blob: a0928a79d78b9ff4f555a5f7f6dacc61413aee76 [file] [log] [blame]
{
"name": "SwiftAnalytics",
"version": "0.1.0",
"summary": "SwiftAnalytics is a tool to implement all calls to event easyly",
"swift_versions": "5.0",
"description": "SwiftAnalytics is a tool to implement all calls to event without care about which service you will use in future, so the main idea is to keep it simple",
"homepage": "https://github.com/Tavernari/SwiftAnalytics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tavernari": "victortavernari@gmail.com"
},
"source": {
"git": "https://github.com/Tavernari/SwiftAnalytics.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftAnalytics/Classes/**/*",
"swift_version": "5.0"
}