blob: b68cfe699b1f02545997934a514b47db332a1272 [file] [log] [blame]
{
"name": "ZAStatisticsSdk",
"version": "1.0.0",
"summary": "A short description of ZAStatisticsFramework.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ihaodi/ZAStatisticsSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ihaodi": "yingdi1115@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ihaodi/ZAStatisticsSdk.git",
"tag": "1.0.0"
},
"libraries": [
"sqlite3",
"z",
"stdc++"
],
"frameworks": [
"UIKit",
"WebKit",
"CoreFoundation",
"CoreTelephony"
],
"ios": {
"vendored_frameworks": "ZAStatistics.framework"
}
}