Add code and examples
Showing
.gitignore
0 → 100644
Assets/demo.gif
0 → 100644
3.82 MB
Assets/header.png
0 → 100644
17.3 KB
Example/Podfile
0 → 100644
Example/Podfile.lock
0 → 100644
LICENSE
0 → 100644
Package.swift
0 → 100644
| Pod::Spec.new do |s| | |||
| s.name = "ProgressIndicatorView" | |||
| s.version = "0.0.1" | |||
| s.summary = "A number of preset loading indicators created with SwiftUI." | |||
| s.homepage = 'https://github.com/exyte/ProgressIndicatorView.git' | |||
| s.license = 'MIT' | |||
| s.author = { 'Exyte' => 'info@exyte.com' } | |||
| s.source = { :git => 'https://github.com/exyte/ProgressIndicatorView.git', :tag => s.version.to_s } | |||
| s.social_media_url = 'http://exyte.com' | |||
| s.ios.deployment_target = '15.0' | |||
| s.osx.deployment_target = '11.0' | |||
| s.tvos.deployment_target = '14.0' | |||
| s.watchos.deployment_target = '7.0' | |||
| s.requires_arc = true | |||
| s.swift_version = "5.2" | |||
| s.source_files = [ | |||
| 'Source/*.h', | |||
| 'Source/*.swift', | |||
| 'Source/**/*.swift' | |||
| ] | |||
| end |
README.md
0 → 100644
File moved