blob: 1aed4de0a30063ee8af97ea6036a22044e1bf12d [file] [log] [blame]
{
"name": "Zhugeio",
"version": "3.1.5",
"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": "3.1.5"
},
"requires_arc": true,
"default_subspecs": "Zhugeio",
"subspecs": [
{
"name": "Zhugeio",
"source_files": "HelloZhuge/HelloZhuge/Zhuge/*.{m,h}",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"libraries": "z"
}
]
}