-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
845780d
commit 6db5a87
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
Specs/7/4/8/AntsomiFramework/0.0.26-beta/AntsomiFramework.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "AntsomiFramework", | ||
"version": "0.0.26-beta", | ||
"summary": "Antsomi SDK for IOS", | ||
"description": "This is a framework created by Antsomi for using Antsomi CDP in app development", | ||
"homepage": "https://github.com/vankhanh0911/TestRelease", | ||
"license": { | ||
"type": "MIT", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"KhanhHV": "[email protected]" | ||
}, | ||
"platforms": { | ||
"ios": "11.0" | ||
}, | ||
"source": { | ||
"git": "https://github.com/vankhanh0911/TestRelease.git", | ||
"tag": "0.0.26-beta" | ||
}, | ||
"ios": { | ||
"vendored_frameworks": "AntsomiFramework.xcframework" | ||
}, | ||
"dependencies": { | ||
"Socket.IO-Client-Swift": [ | ||
"~> 16.0.1" | ||
], | ||
"Starscream": [ | ||
"4.0.4" | ||
] | ||
} | ||
} |