blob: 92962105cb6f5ffcb1916579f837a8e8f91b0ba6 [file] [log] [blame]
{
"name": "LoaderAnimation",
"version": "0.7.0",
"summary": "Add AMnimation on Loader.",
"swift_versions": "5.0",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sunitamoond/LoaderAnimation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunitamnit@gmail.com": "sunitamnit@gmail.com"
},
"source": {
"git": "https://github.com/sunitamoond/LoaderAnimation.git",
"tag": "0.7.0"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": [
"Basic",
"Modules"
],
"swift_version": "5.0",
"subspecs": [
{
"name": "Basic",
"source_files": [
"*.swift",
"Extensions/*.swift"
]
},
{
"name": "Modules",
"source_files": "Module/*.swift"
}
]
}