Latest | 0.1.1 |
---|---|
Homepage | https://github.com/yeahkyo/YZAnalytics |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
YZAnalytics is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "YZAnalytics"
Author
Yeah, [email protected]
License
YZAnalytics is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "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": "[email protected]" }, "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" }
Sat, 07 May 2016 09:14:02 +0000