-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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? | ||
|
@@ -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' | ||
|