Skip to content

Commit a06fdc3

Browse files
AppAmbit IncCocoaPodsBot
authored andcommitted
[Add] AppAmbitSdk 0.1.0
1 parent 4d4a082 commit a06fdc3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "AppAmbitSdk",
3+
"version": "0.1.0",
4+
"summary": "Lightweight SDK for analytics, events, logging, crashes, and offline support. Simple setup, minimal overhead.",
5+
"description": "AppAmbit SDK lets you capture sessions, logs, crashes, and custom events in your iOS apps. It supports offline persistence and batches data to AppAmbit backend services with minimal setup.",
6+
"homepage": "https://github.com/AppAmbit/appambit-sdk-ios",
7+
"license": {
8+
"type": "MIT",
9+
"file": "LICENSE"
10+
},
11+
"authors": {
12+
"AppAmbit Inc": "[email protected]"
13+
},
14+
"source": {
15+
"git": "https://github.com/AppAmbit/appambit-sdk-ios.git",
16+
"tag": "0.1.0"
17+
},
18+
"platforms": {
19+
"ios": "12.0"
20+
},
21+
"swift_versions": "5.7",
22+
"source_files": [
23+
"Sources/**/*.swift",
24+
"AppAmbitSdk/Sources/**/*.swift"
25+
],
26+
"swift_version": "5.7"
27+
}

0 commit comments

Comments
 (0)