| { |
| "name": "iLoader", |
| "version": "1.0.0", |
| "summary": "iLoader helps you to show Activity Loader/Indicator to your app user, while it processing something.", |
| "description": "iLoader is a framework which help you to show Activity Loader/Indicator to inform your app user about something is going on. You can use iLoader while your app processing some data or fetching data using API calls, and so on.", |
| "homepage": "https://github.com/dhaval-dobariya/iLoader", |
| "license": "MIT", |
| "authors": { |
| "Dhaval Dobariya": "dobariyadhaval2020@gmail.com" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/dhaval-dobariya/iLoader.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "iLoader", |
| "resources": "iLoader/*.xib", |
| "swift_version": "5.0" |
| } |