Files
T
Alisa Mylnikova d8c3463e70 Add project
Add framework and example

Update .gitignore

Update LICENSE

Update LICENSE

Update Package.swift

Update README.md

Rename again

Update readme

Update readme
2020-03-23 17:36:26 +07:00

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