| { |
| "name": "ShimmerEffect-iOS", |
| "version": "1.0", |
| "summary": "Add Shimmer Effect to any view in your iOS app.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/AhmedOsman00/ShimmerEffect-iOS", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "AhmedOsman00": "eng.ahmedosman00@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/AhmedOsman00/ShimmerEffect-iOS.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "5.0", |
| "source_files": [ |
| "Extensions/*", |
| "Data Source/*", |
| "Shimmer View/*" |
| ], |
| "swift_version": "5.0" |
| } |