blob: a24cdb27e526912d5c4c81119ab87a5261f3aa04 [file] [log] [blame]
{
"name": "Growthbeat",
"version": "2.0.3",
"summary": "Growthbeat SDK for iOS",
"description": "Growthbeat is growth hack platform for smart devices.\nhttps://growthbeat.com/",
"homepage": "https://github.com/growthbeat/growthbeat-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"SIROK, Inc.": "support@growthbeat.com"
},
"source": {
"git": "https://github.com/growthbeat/growthbeat-ios.git",
"tag": "2.0.3"
},
"source_files": [
"Growthbeat/**/*.h",
"Growthbeat/**/*.m"
],
"frameworks": [
"AdSupport",
"SafariServices",
"SystemConfiguration",
"CoreGraphics",
"CFNetwork",
"UIKit",
"Foundation"
],
"vendored_frameworks": "Growthbeat.framework",
"preserve_paths": "README.*",
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}