mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-10 06:41:11 +00:00
23 lines
550 B
JSON
23 lines
550 B
JSON
{
|
|
"name": "lottie-ios",
|
|
"version": "0.1.0",
|
|
"summary": "A short description of lottie-ios.",
|
|
"description": "TODO: Add long description of the pod here.",
|
|
"homepage": "https://github.com/<GITHUB_USERNAME>/lottie-ios",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Brandon Withrow": "brandon.withrow@airbnb.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/<GITHUB_USERNAME>/lottie-ios.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "lottie-ios/Classes/**/*"
|
|
}
|