blob: 9a63f83c56045000fa19202d9f328bcae77fc478 [file] [log] [blame]
{
"name": "Swiftlytics",
"version": "0.5.2",
"summary": "Swiftlytics is a lightweight analytics abstraction for many arbitrary analytics providers",
"description": "Swiftlytics is a simple protocol-oriented analytics abstraction that affords easy integration and disintegration with various analytics providers.",
"homepage": "https://github.com/almost-free/Swiftlytics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jon Willis": "jon@almostfree.tech"
},
"source": {
"git": "https://github.com/almost-free/Swiftlytics.git",
"tag": "0.5.2"
},
"social_media_url": "https://twitter.com/almostfreetech",
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"swift_versions": "5.1",
"subspecs": [
{
"name": "Core",
"source_files": "Swiftlytics/Core/**/*"
},
{
"name": "Firebase",
"source_files": "Swiftlytics/Firebase/**/*",
"dependencies": {
"Firebase/Core": [
],
"Firebase/Analytics": [
],
"Swiftlytics/Core": [
]
}
},
{
"name": "FirebaseCrashlytics",
"source_files": "Swiftlytics/FirebaseCrashlytics/**/*",
"dependencies": {
"Firebase/Core": [
],
"Firebase/Crashlytics": [
],
"Swiftlytics/Core": [
]
}
},
{
"name": "Facebook",
"source_files": "Swiftlytics/Facebook/**/*",
"dependencies": {
"FacebookCore": [
],
"Swiftlytics/Core": [
]
}
},
{
"name": "AppCenter",
"source_files": "Swiftlytics/AppCenter/**/*",
"dependencies": {
"AppCenter": [
],
"Swiftlytics/Core": [
]
}
},
{
"name": "AppsFlyer",
"source_files": "Swiftlytics/AppsFlyer/**/*",
"dependencies": {
"AppsFlyerFramework": [
],
"Swiftlytics/Core": [
]
}
},
{
"name": "Mixpanel",
"source_files": "Swiftlytics/Mixpanel/**/*",
"dependencies": {
"Mixpanel": [
],
"Swiftlytics/Core": [
]
}
}
],
"swift_version": "5.1"
}