blob: 619f5a92ed64459132426c0143fa2ab053978b86 [file] [log] [blame]
{
"name": "Countly",
"version": "20.04",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "Countly is an innovative, real-time, open source mobile analytics platform.",
"homepage": "https://github.com/Countly/countly-sdk-ios",
"social_media_url": "https://twitter.com/gocountly",
"authors": {
"Countly": "hello@count.ly"
},
"source": {
"git": "https://github.com/Countly/countly-sdk-ios.git",
"tag": "20.04"
},
"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"
],
"preserve_paths": "countly_dsym_uploader.sh"
},
{
"name": "NotificationService",
"source_files": "CountlyNotificationService.{m,h}",
"platforms": {
"ios": "10.0"
}
},
{
"name": "PL",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Countly/Core": [
],
"PLCrashReporter": [
"1.5.1"
]
}
}
]
}