Files
TelegramStickersImport/Example/Pods/Local Podspecs/TelegramStickersImport.podspec.json
Ilya Laktyushin 2450d359d8 Initial commit
2021-06-25 17:22:35 +04:00

21 lines
512 B
JSON

{
"name": "TelegramStickersImport",
"version": "1.0.0",
"summary": "A short description of TelegramStickersImport.",
"homepage": "https://github.com/TelegramMessenger/TelegramStickersImport",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Telegram Messenger",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/TelegramMessenger/TelegramStickersImport.git",
"tag": "1.0.0"
},
"source_files": "Source/*.swift",
"requires_arc": true
}