Files
Swiftgram/Example/Pods/Local Podspecs/lottie-ios.podspec.json
2017-01-26 12:20:43 -08:00

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/**/*"
}