blob: eeb0d7e6ed744e463310e6863e13b5ec2b321ae1 [file] [log] [blame]
{
"name": "YZAnalytics",
"version": "0.1.1",
"summary": "Client-side analytics tool.",
"description": "* Think: What does it do? Why did you write it? What is the focus?\n* Try to keep it short, snappy and to the point.\n* Write the description between the DESC delimiters below.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/yeahkyo/YZAnalytics",
"license": "MIT",
"authors": {
"Yeah": "zyeah61@gmail.com"
},
"source": {
"git": "https://github.com/yeahkyo/YZAnalytics.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YZAnalytics": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}