blob: aaef3774510ac2d7690e7660decdf9fe53d68800 [file] [log] [blame]
{
"name": "CountlyTemp",
"version": "20.11.0",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "Countly is an innovative, real-time, open source mobile analytics platform.",
"homepage": "https://github.com/ijunaid/countly-sdk-ios",
"social_media_url": "https://twitter.com/gocountly",
"authors": {
"Countly": "mjunaid.akram@yahoo.com"
},
"source": {
"git": "https://github.com/ijunaid/countly-sdk-ios.git",
"tag": "20.11.0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"requires_arc": true,
"default_subspecs": "Core",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"static_framework": true,
"subspecs": [
{
"name": "Core",
"source_files": "*.{h,m}",
"public_header_files": [
"Countly.h",
"CountlyUserDetails.h",
"CountlyConfig.h",
"CountlyFeedbackWidget.h"
],
"preserve_paths": "countly_dsym_uploader.sh",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"UserNotifications",
"CoreLocation",
"WebKit",
"CoreTelephony",
"WatchConnectivity"
]
}
},
{
"name": "NotificationService",
"source_files": "CountlyNotificationService.{m,h}",
"platforms": {
"ios": "10.0"
}
},
{
"name": "PL",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Countly/Core": [
],
"PLCrashReporter": [
"~> 1"
]
}
}
]
}