blob: 8b844c823fc7d7b06980b1d451bef24d1ad85b3d [file] [log] [blame]
{
"name": "GrowingAnalytics",
"version": "3.1.0-beta",
"summary": "iOS SDK of GrowingIO.",
"description": "GrowingAnalytics具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。",
"homepage": "https://www.growingio.com/",
"license": {
"type": "Apache2.0",
"file": "LICENSE"
},
"authors": {
"GrowingIO": "support@growingio.com"
},
"source": {
"git": "https://github.com/growingio/growingio-sdk-ios-autotracker.git",
"tag": "3.1.0-beta"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "WebKit"
},
"requires_arc": true,
"default_subspecs": "Autotracker",
"subspecs": [
{
"name": "TrackerCore",
"source_files": "GrowingTrackerCore/**/*{.h,.m}"
},
{
"name": "Tracker",
"source_files": "GrowingTracker/**/*{.h,.m}",
"dependencies": {
"GrowingAnalytics/TrackerCore": [
]
}
},
{
"name": "AutotrackerCore",
"source_files": "GrowingAutotrackerCore/**/*{.h,.m}",
"dependencies": {
"GrowingAnalytics/TrackerCore": [
]
},
"private_header_files": "GrowingAutotrackerCore/Private/*{.h,.m}"
},
{
"name": "Autotracker",
"source_files": "GrowingAutotracker/**/*{.h,.m}",
"dependencies": {
"GrowingAnalytics/AutotrackerCore": [
]
}
}
]
}