Skip to content

Commit c20e66a

Browse files
committed
1.0.1 preps
1 parent 9e64be0 commit c20e66a

34 files changed

+1463
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.1] - 18.03.2021.
2+
3+
* Incapsulating Bloc
4+
15
## [1.0.0] - 04.03.2021.
26

37
* Bloc, Cubit, BlocView for state managing

Example/Podfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- SwiftBloc (1.0.0)
3+
4+
DEPENDENCIES:
5+
- SwiftBloc (from `../`)
6+
7+
EXTERNAL SOURCES:
8+
SwiftBloc:
9+
:path: "../"
10+
11+
SPEC CHECKSUMS:
12+
SwiftBloc: 31aad2949ccfe3de54a447868f489c697ef00428
13+
14+
PODFILE CHECKSUM: a328c1d5c47373468c0f027e420b98fc6ea4155e
15+
16+
COCOAPODS: 1.10.1

Example/Pods/Local Podspecs/SwiftBloc.podspec.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 832 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SwiftBloc_Example/Pods-SwiftBloc_Example-Info.plist

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SwiftBloc_Example/Pods-SwiftBloc_Example-acknowledgements.markdown

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SwiftBloc_Example/Pods-SwiftBloc_Example-acknowledgements.plist

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SwiftBloc_Example/Pods-SwiftBloc_Example-dummy.m

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SwiftBloc_Example/Pods-SwiftBloc_Example-frameworks.sh

Lines changed: 185 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)