Skip to content

Commit

Permalink
~ 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchengbo committed Apr 3, 2024
1 parent bcda936 commit 6634513
Show file tree
Hide file tree
Showing 329 changed files with 43,769 additions and 29 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.1'
s.version = '0.0.2'
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.1' }
s.source = { :git => 'https://github.com/sunchengbo/ANNetwork.git', :tag => '0.0.2' }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '10.0'
Expand Down
10 changes: 10 additions & 0 deletions Example/ANNetwork.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,21 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ANNetwork_Example/Pods-ANNetwork_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/ANBaseUI/ANBaseUI.framework",
"${BUILT_PRODUCTS_DIR}/ANNetwork/ANNetwork.framework",
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
"${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework",
"${BUILT_PRODUCTS_DIR}/Moya/Moya.framework",
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ANBaseUI.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ANNetwork.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
4 changes: 4 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ use_frameworks!

platform :ios, '10.0'

source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/sunchengbo/ANNetwork.git'

target 'ANNetwork_Example' do
pod 'ANNetwork', :path => '../'
pod 'ANBaseUI/UserDefaultExtension', :path => '../../ANBaseUI'

target 'ANNetwork_Tests' do
inherit! :search_paths
Expand Down
33 changes: 30 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,43 @@
PODS:
- ANNetwork (0.0.1)
- Alamofire (5.9.1)
- ANBaseUI/UserDefaultExtension (0.0.2)
- ANNetwork (0.0.1):
- ANBaseUI/UserDefaultExtension
- HandyJSON
- Moya/RxSwift
- HandyJSON (5.0.2)
- Moya/Core (15.0.0):
- Alamofire (~> 5.0)
- Moya/RxSwift (15.0.0):
- Moya/Core
- RxSwift (~> 6.0)
- RxSwift (6.6.0)

DEPENDENCIES:
- ANBaseUI/UserDefaultExtension (from `../../ANBaseUI`)
- ANNetwork (from `../`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- Alamofire
- HandyJSON
- Moya
- RxSwift

EXTERNAL SOURCES:
ANBaseUI:
:path: "../../ANBaseUI"
ANNetwork:
:path: "../"

SPEC CHECKSUMS:
ANNetwork: 8e2f8634caa9d3f2d56357793cf1f0be3cfd0c8d
Alamofire: f36a35757af4587d8e4f4bfa223ad10be2422b8c
ANBaseUI: 49c402da236cadadb599d92e912d3f077a62b926
ANNetwork: 38254a46c91a74804787ce0bf982ec815d601a4c
HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03
Moya: 138f0573e53411fb3dc17016add0b748dfbd78ee
RxSwift: a4b44f7d24599f674deebd1818eab82e58410632

PODFILE CHECKSUM: 7de9d4f22ce36809fd2114874788cb00d0c8aa62
PODFILE CHECKSUM: 6346768dda3260d5ad92d7030237e22fd12c08ff

COCOAPODS: 1.15.2
19 changes: 19 additions & 0 deletions Example/Pods/Alamofire/LICENSE

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

Loading

0 comments on commit 6634513

Please sign in to comment.