blob: caec3f639350abf9fbb62a6568a85d0bcfd39095 [file] [log] [blame]
{
"name": "Swiftlytics",
"version": "0.3.0",
"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.3.0"
},
"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": "Facebook",
"source_files": "Swiftlytics/Facebook/**/*",
"dependencies": {
"FacebookCore": [
],
"Swiftlytics/Core": [
]
}
},
{
"name": "AppsFlyer",
"source_files": "Swiftlytics/AppsFlyer/**/*",
"dependencies": {
"AppsFlyerFramework": [
],
"Swiftlytics/Core": [
]
}
}
],
"swift_version": "5.1"
}