blob: f103709b439d8a3c546443dd974ddc1282e3a4b4 [file] [log] [blame]
{
"name": "ZLYQAnalyticSDK",
"version": "0.1.4",
"summary": "Upload events.",
"description": "'Upload all custom events and default events.'",
"homepage": "https://github.com/zlzz-rec/zlyq-ios-sdk.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangyanming": "zhangyanming0163@163.com"
},
"source": {
"git": "https://github.com/zlzz-rec/zlyq-ios-sdk.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Framework",
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "Framework",
"vendored_frameworks": [
"Products/**/*.framework"
]
},
{
"name": "Code",
"source_files": "ZLYQAnalyticSDK/**/*.{h,m}"
}
]
}