4 "summary": "Separate the analytics from your main business logic.",
5 "description": "Anna is an analytics abstraction library which helps separate the analyzing part of code from the main business logic. Although inspired by AOP, Anna doesn't require method-swizzling, which consumes considerable runtime. Instead, it needs a tiny piece of code to be inserted into the analyzed method. And then all the magic starts.",
6 "homepage": "https://github.com/coppercash/Anna",
12 "William": "coderdreamer@gmail.com"
15 "git": "https://github.com/coppercash/Anna.git",
22 "Anna/**/*.{h,m,swift}",
25 "exclude_files": "Anna/Type.swift",
26 "public_header_files": [
30 "pushed_with_swift_version": "3.0"