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