Seprum HQ iOS Pods specifications
Podfile
source 'https://github.com/SeprumHQ/Podspecs.git'
platform :ios, '13.0'
use_frameworks!
target 'Skaffer' do
pod 'DeepLinking'
pod 'HapticFeedback'
pod 'PieCharts'
end
$ cd ~/path/to/POD
# edit POD.podspec: set the new version and tag to VERSION (e.g 1.0.0)
$ pod lib lint
$ git add -A && git commit -m "Release VERSION"
$ git tag VERSION
$ git push --follow-tags
$ pod repo push [email protected]:SeprumHQ/Podspecs.git POD.podspec
- DeepLinking
- HapticFeedback
- PieCharts