[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 0 / d / 1 / LogUnify / 0.1.2 / LogUnify.podspec.json
blobcfff85c0c8e061994a0a08de568a56e7e631320b
2   "name": "LogUnify",
3   "version": "0.1.2",
4   "summary": "LogUnify is a library makes logging events from your app to your data warehouse easy",
5   "description": "LogUnify makes it easy to collect your application events and send them to your data warehouse for monitoring and analytics.\nFeatures\n  * Code generation from event schema to ensure strongly typed events, multi-language support including Java, Swift, Typescript, etc.\n  * Client SDK for iOS / Android / node for events transmission\n  * K8s ready backend service for events ingestion\n  * Integration with BigQuery, auto table creation, schema definition and evolution",
6   "homepage": "https://github.com/logunify/ios-sdk",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yulong": "yulong@logunify.com"
13   },
14   "source": {
15     "git": "https://github.com/logunify/ios-sdk.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "LogUnify/Classes/**/*",
22   "swift_versions": "4.0",
23   "dependencies": {
24     "SQLite.swift": [
25       "~> 0.14.1"
26     ],
27     "SwiftProtobuf": [
28       "~> 1.0"
29     ],
30     "ReachabilitySwift": [
31       "~> 5.0.0"
32     ]
33   },
34   "swift_version": "4.0"