Skip to content

Commit

Permalink
create pod RHViewStateKit
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusandinata committed Jul 31, 2021
1 parent b7e8ca0 commit e59b456
Show file tree
Hide file tree
Showing 142 changed files with 9,159 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

.DS_Store
12 changes: 12 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
use_frameworks!

platform :ios, '10.0'

target 'RHViewStateKit_Example' do
pod 'RHViewStateKit', :path => '../'

target 'RHViewStateKit_Tests' do
inherit! :search_paths

end
end
23 changes: 23 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
PODS:
- RHViewStateKit (1.0.0):
- SnapKit (= 5.0.1)
- SnapKit (5.0.1)

DEPENDENCIES:
- RHViewStateKit (from `../`)

SPEC REPOS:
trunk:
- SnapKit

EXTERNAL SOURCES:
RHViewStateKit:
:path: "../"

SPEC CHECKSUMS:
RHViewStateKit: eed7cf528a3798781d4f08022485071650e9edbc
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb

PODFILE CHECKSUM: 79ccd6c3760d3225684279bbe90e94d07d721d79

COCOAPODS: 1.10.2
30 changes: 30 additions & 0 deletions Example/Pods/Local Podspecs/RHViewStateKit.podspec.json

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

23 changes: 23 additions & 0 deletions Example/Pods/Manifest.lock

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

1,187 changes: 1,187 additions & 0 deletions Example/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.

19 changes: 19 additions & 0 deletions Example/Pods/SnapKit/LICENSE

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

136 changes: 136 additions & 0 deletions Example/Pods/SnapKit/README.md

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

Loading

0 comments on commit e59b456

Please sign in to comment.