blob: 12277966bd482e6ba39ba2cf4ecadd7f58d7d4b8 [file] [log] [blame]
{
"name": "Zhugeio",
"version": "2.0.6",
"summary": "iOS tracking library for Zhugeio Analytics",
"homepage": "http://zhugeio.com",
"license": "MIT",
"authors": {
"Zhugeio,Inc": "info@zhugeio.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhugesdk/zhuge-ios.git",
"tag": "2.0.6"
},
"requires_arc": true,
"default_subspecs": "Zhugeio",
"subspecs": [
{
"name": "Zhugeio",
"source_files": "Zhuge/**/*.{m,h}",
"resources": [
"Zhuge/**/*.json"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Accelerate",
"CoreGraphics",
"QuartzCore",
"Security",
"CoreMotion"
],
"libraries": [
"icucore",
"z"
]
},
{
"name": "AppExtension",
"source_files": [
"Zhuge/Zhuge.{m,h}",
"Zhuge/ZGLog.h",
"Zhuge/*.{m,h}"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ZHUGE_APP_EXTENSION"
},
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Accelerate",
"CoreGraphics",
"QuartzCore",
"Security",
"CoreMotion"
],
"libraries": [
"icucore",
"z"
]
}
]
}