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