mirror of
https://github.com/TelegramMessenger/TelegramStickersImport.git
synced 2025-10-31 05:22:24 +00:00
22 lines
519 B
JSON
22 lines
519 B
JSON
{
|
|
"name": "TGStickersImportKit",
|
|
"version": "1.0.0",
|
|
"summary": "A short description of TGStickersImportKit.",
|
|
"homepage": "https://github.com/TelegramMessenger/TGStickersImportKit",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": "Telegram Messenger",
|
|
"platforms": {
|
|
"ios": "9.0",
|
|
"osx": "10.9"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/TelegramMessenger/TGStickersImportKit.git",
|
|
"tag": "1.0.0"
|
|
},
|
|
"source_files": "Source/*.swift",
|
|
"requires_arc": true
|
|
}
|