[Add] TorusSessionManager 6.1.0
[CocoaPods.git] / Specs / 9 / 7 / a / Anna / 0.2.0 / Anna.podspec.json
blob1ba7c52b0f54aed0f420c8549bd6ac643b0ee034
2   "name": "Anna",
3   "version": "0.2.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "William": "coderdreamer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/coppercash/Anna.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "Anna/**/*.{h,m,swift}",
23     "Anna_iOS/Anna.h"
24   ],
25   "exclude_files": "Anna/Type.swift",
26   "public_header_files": [
27     "Anna/**/*.h",
28     "Anna_iOS/Anna.h"
29   ],
30   "pushed_with_swift_version": "3.0"