blob: b0a19447ba3e37d54b662ab6f7117f3f81ce7e42 [file] [log] [blame]
{
"name": "OwlyPanel",
"version": "0.1.7",
"summary": "Automatic session/events tracking",
"description": "Automatic session tracking depending on app background/foreground states, Automatic and custom events, Profile manager per app with both proprietary and custom fields",
"homepage": "https://github.com/OwlyLabs/owly_panel_ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Owly Labs": "account@owlylabs.com"
},
"source": {
"git": "https://github.com/OwlyLabs/owly_panel_ios.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"cocoapods_version": ">= 1.4.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"frameworks": "SystemConfiguration",
"ios": {
"vendored_frameworks": "OwlyPanel.framework"
},
"preserve_paths": "OwlyPanel.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}
]
}