blob: 1ba7c52b0f54aed0f420c8549bd6ac643b0ee034 [file] [log] [blame]
{
"name": "Anna",
"version": "0.2.0",
"summary": "Separate the analytics from your main business logic.",
"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.",
"homepage": "https://github.com/coppercash/Anna",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William": "coderdreamer@gmail.com"
},
"source": {
"git": "https://github.com/coppercash/Anna.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Anna/**/*.{h,m,swift}",
"Anna_iOS/Anna.h"
],
"exclude_files": "Anna/Type.swift",
"public_header_files": [
"Anna/**/*.h",
"Anna_iOS/Anna.h"
],
"pushed_with_swift_version": "3.0"
}