mirror of
https://github.com/exyte/ActivityIndicatorView.git
synced 2026-04-07 19:17:39 +00:00
d8c3463e70
Add framework and example Update .gitignore Update LICENSE Update LICENSE Update Package.swift Update README.md Rename again Update readme Update readme
11 lines
254 B
Ruby
11 lines
254 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
platform :ios, '13.0'
|
|
|
|
target 'Example' do
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
pod 'ActivityIndicatorView', :path => '../'
|
|
|
|
end
|