Skip to content

Commit

Permalink
include Pods directory
Browse files Browse the repository at this point in the history
  • Loading branch information
noboru-i committed Mar 7, 2018
1 parent bb05f65 commit d9c2fd8
Show file tree
Hide file tree
Showing 63 changed files with 4,314 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@ jobs:
paths:
- vendor/bundle

- restore_cache:
key: v1-pods-{{ checksum "Podfile.lock" }}
key: v1-pods-
- run:
name: Install CocoaPods
command: |
curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
bundle exec pod install
- save_cache:
key: v1-pods-{{ checksum "Podfile.lock" }}
paths:
- Pods

- run:
name: Install SwiftLint
command: brew install swiftlint
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ playground.xcworkspace
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
# Pods/

# Carthage
#
Expand Down
12 changes: 12 additions & 0 deletions Pods/Manifest.lock

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

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

Large diffs are not rendered by default.

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

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

218 changes: 218 additions & 0 deletions Pods/SVProgressHUD/README.md

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

17 changes: 17 additions & 0 deletions Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h

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

Loading

0 comments on commit d9c2fd8

Please sign in to comment.