Skip to content

Commit

Permalink
~ 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchengbo committed Apr 3, 2024
1 parent 6634513 commit fec5aa5
Show file tree
Hide file tree
Showing 6 changed files with 2,367 additions and 201 deletions.
4 changes: 2 additions & 2 deletions ANNetwork.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ANNetwork'
s.version = '0.0.2'
s.version = '0.0.3'
s.summary = 'A short description of ANNetwork.'

# This description is used to generate tags and improve search results.
Expand All @@ -25,7 +25,7 @@ TODO: Add long description of the pod here.
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'sunchengbo' => '[email protected]' }
s.source = { :git => 'https://github.com/sunchengbo/ANNetwork.git', :tag => '0.0.2' }
s.source = { :git => 'https://github.com/sunchengbo/ANNetwork.git', :tag => '0.0.3' }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '10.0'
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Alamofire (5.9.1)
- ANBaseUI/UserDefaultExtension (0.0.2)
- ANNetwork (0.0.1):
- ANNetwork (0.0.2):
- ANBaseUI/UserDefaultExtension
- HandyJSON
- Moya/RxSwift
Expand Down Expand Up @@ -33,7 +33,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Alamofire: f36a35757af4587d8e4f4bfa223ad10be2422b8c
ANBaseUI: 49c402da236cadadb599d92e912d3f077a62b926
ANNetwork: 38254a46c91a74804787ce0bf982ec815d601a4c
ANNetwork: c597250c4fba1e372697c7c9055385b3413eb380
HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03
Moya: 138f0573e53411fb3dc17016add0b748dfbd78ee
RxSwift: a4b44f7d24599f674deebd1818eab82e58410632
Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/ANNetwork.podspec.json

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

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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

Loading

0 comments on commit fec5aa5

Please sign in to comment.