Skip to content

Commit

Permalink
- added zip file.
Browse files Browse the repository at this point in the history
- updated podspec file
  • Loading branch information
snx-zeeshan committed Apr 2, 2020
1 parent 1bd2fc9 commit e4f607c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added Logs.framework.zip
Binary file not shown.
Binary file removed Logs.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions snx_temp_log.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'snx_temp_log'
s.version = '1.0'
s.summary = 'logs framework that will include the logging features'
s.summary = 'logs framework that will include the logging features2'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -26,7 +26,7 @@ Pod::Spec.new do |s|
s.author = { 'Muhammad Zeeshan' => '[email protected]' }

s.platform = :ios
s.source = { :http => 'https://github.com/zeeshansuleman/LogSdk/blob/master/Logs.zip' }
s.source = { :http => 'https://github.com/zeeshansuleman/LogSdk/archive/0.0.1.zip' }
# s.source_files = "add your header files which would be public"
s.ios.deployment_target = '11.1'
s.ios.vendored_frameworks = 'Logs.framework'
Expand Down

0 comments on commit e4f607c

Please sign in to comment.