blob: 1f1e400aa0a9b0d82ae6a5a55d6847395b307d78 [file] [log] [blame]
{
"name": "Mixpanel-swift",
"version": "2.5.3",
"module_name": "Mixpanel",
"license": "Apache License, Version 2.0",
"summary": "Mixpanel tracking library for iOS (Swift)",
"swift_version": "4.2",
"homepage": "https://mixpanel.com",
"authors": {
"Mixpanel, Inc": "support@mixpanel.com"
},
"source": {
"git": "https://github.com/mixpanel/mixpanel-swift.git",
"tag": "v2.5.3"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"ios": {
"resources": [
"Mixpanel/**/*.{png,xib,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony"
]
},
"default_subspecs": "Complete",
"tvos": {
"frameworks": [
"UIKit",
"Foundation"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D TV_OS"
}
},
"osx": {
"frameworks": [
"Cocoa",
"Foundation"
],
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D MAC_OS"
}
},
"subspecs": [
{
"name": "Complete",
"ios": {
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D DECIDE"
},
"source_files": [
"Mixpanel/*.swift",
"Mixpanel/ExceptionWrapper.m",
"Mixpanel/ExceptionWrapper.h",
"Mixpanel/Mixpanel.h"
]
},
"tvos": {
"source_files": [
"Mixpanel/Network.swift",
"Mixpanel/FlushRequest.swift",
"Mixpanel/PrintLogging.swift",
"Mixpanel/FileLogging.swift",
"Mixpanel/Logger.swift",
"Mixpanel/JSONHandler.swift",
"Mixpanel/Error.swift",
"Mixpanel/AutomaticProperties.swift",
"Mixpanel/Constants.swift",
"Mixpanel/MixpanelType.swift",
"Mixpanel/Mixpanel.swift",
"Mixpanel/MixpanelInstance.swift",
"Mixpanel/Persistence.swift",
"Mixpanel/Flush.swift",
"Mixpanel/Track.swift",
"Mixpanel/People.swift",
"Mixpanel/AutomaticEvents.swift",
"Mixpanel/ReadWriteLock.swift",
"Mixpanel/SessionMetadata.swift",
"Mixpanel/ExceptionWrapper.m",
"Mixpanel/ExceptionWrapper.h",
"Mixpanel/Mixpanel.h"
]
},
"osx": {
"source_files": [
"Mixpanel/Network.swift",
"Mixpanel/FlushRequest.swift",
"Mixpanel/PrintLogging.swift",
"Mixpanel/FileLogging.swift",
"Mixpanel/Logger.swift",
"Mixpanel/JSONHandler.swift",
"Mixpanel/Error.swift",
"Mixpanel/AutomaticProperties.swift",
"Mixpanel/Constants.swift",
"Mixpanel/MixpanelType.swift",
"Mixpanel/Mixpanel.swift",
"Mixpanel/MixpanelInstance.swift",
"Mixpanel/Persistence.swift",
"Mixpanel/Flush.swift",
"Mixpanel/Track.swift",
"Mixpanel/People.swift",
"Mixpanel/AutomaticEvents.swift",
"Mixpanel/ReadWriteLock.swift",
"Mixpanel/SessionMetadata.swift",
"Mixpanel/ExceptionWrapper.m",
"Mixpanel/ExceptionWrapper.h",
"Mixpanel/Mixpanel.h"
]
}
},
{
"name": "Core",
"ios": {
"source_files": [
"Mixpanel/Network.swift",
"Mixpanel/FlushRequest.swift",
"Mixpanel/PrintLogging.swift",
"Mixpanel/FileLogging.swift",
"Mixpanel/Logger.swift",
"Mixpanel/JSONHandler.swift",
"Mixpanel/Error.swift",
"Mixpanel/AutomaticProperties.swift",
"Mixpanel/Constants.swift",
"Mixpanel/MixpanelType.swift",
"Mixpanel/Mixpanel.swift",
"Mixpanel/MixpanelInstance.swift",
"Mixpanel/Persistence.swift",
"Mixpanel/Flush.swift",
"Mixpanel/Track.swift",
"Mixpanel/People.swift",
"Mixpanel/AutomaticEvents.swift",
"Mixpanel/ReadWriteLock.swift",
"Mixpanel/SessionMetadata.swift",
"Mixpanel/ExceptionWrapper.m",
"Mixpanel/ExceptionWrapper.h",
"Mixpanel/Mixpanel.h"
]
},
"tvos": {
"source_files": [
"Mixpanel/Network.swift",
"Mixpanel/FlushRequest.swift",
"Mixpanel/PrintLogging.swift",
"Mixpanel/FileLogging.swift",
"Mixpanel/Logger.swift",
"Mixpanel/JSONHandler.swift",
"Mixpanel/Error.swift",
"Mixpanel/AutomaticProperties.swift",
"Mixpanel/Constants.swift",
"Mixpanel/MixpanelType.swift",
"Mixpanel/Mixpanel.swift",
"Mixpanel/MixpanelInstance.swift",
"Mixpanel/Persistence.swift",
"Mixpanel/Flush.swift",
"Mixpanel/Track.swift",
"Mixpanel/People.swift",
"Mixpanel/AutomaticEvents.swift",
"Mixpanel/ReadWriteLock.swift",
"Mixpanel/SessionMetadata.swift",
"Mixpanel/ExceptionWrapper.m",
"Mixpanel/ExceptionWrapper.h",
"Mixpanel/Mixpanel.h"
]
},
"osx": {
"source_files": [
"Mixpanel/Network.swift",
"Mixpanel/FlushRequest.swift",
"Mixpanel/PrintLogging.swift",
"Mixpanel/FileLogging.swift",
"Mixpanel/Logger.swift",
"Mixpanel/JSONHandler.swift",
"Mixpanel/Error.swift",
"Mixpanel/AutomaticProperties.swift",
"Mixpanel/Constants.swift",
"Mixpanel/MixpanelType.swift",
"Mixpanel/Mixpanel.swift",
"Mixpanel/MixpanelInstance.swift",
"Mixpanel/Persistence.swift",
"Mixpanel/Flush.swift",
"Mixpanel/Track.swift",
"Mixpanel/People.swift",
"Mixpanel/AutomaticEvents.swift",
"Mixpanel/ReadWriteLock.swift",
"Mixpanel/SessionMetadata.swift",
"Mixpanel/ExceptionWrapper.m",
"Mixpanel/ExceptionWrapper.h",
"Mixpanel/Mixpanel.h"
]
}
}
]
}