Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
downloads!
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Aug 22, 2019
1 parent 5718fb4 commit 3a3385c
Show file tree
Hide file tree
Showing 91 changed files with 18,322 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- numbered key equivalents (up to 9)
- added shortcuts to various useful macOS R resources
- added ability to download latest RStudio daily and latest macOS r-devel tar.gz

# 1.1.0

Expand Down
11 changes: 11 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'RSwitch' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for RSwitch
pod 'SwiftSoup'

end
16 changes: 16 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- SwiftSoup (2.2.0)

DEPENDENCIES:
- SwiftSoup

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- SwiftSoup

SPEC CHECKSUMS:
SwiftSoup: 230991361c5ba249d140161860a3864a28b63860

PODFILE CHECKSUM: 31d048fe80d57b70a2af7f59ae745d8fd46a1fad

COCOAPODS: 1.7.5
16 changes: 16 additions & 0 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

831 changes: 831 additions & 0 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions Pods/SwiftSoup/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a3385c

Please sign in to comment.