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