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