-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes: provisioning profile 'Automatic', LICENSE in zip
- Loading branch information
1 parent
e4b0374
commit 8dcf664
Showing
6 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# | ||
# Run `pod_check.sh` to ensure this is a valid spec before submitting. | ||
# YbridOgg.xcframework.zip and LICENSE are available on corresponding release on github. | ||
# | ||
# Submit this version to Cocoapod with 'pod_push.sh'. | ||
# | ||
Pod::Spec.new do |s| | ||
s.name = 'YbridOgg' | ||
s.version = '0.7.0' | ||
s.version = '0.7.1' | ||
s.summary = 'Ogg xcframework for iOS and macOS.' | ||
s.description = <<-DESC | ||
XCFramework to use Ogg transport layer API within Swift source. | ||
|
@@ -14,7 +14,7 @@ Pod::Spec.new do |s| | |
s.homepage = 'https://github.com/ybrid/ogg-swift' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Florian Nowotny' => '[email protected]' } | ||
s.source = { :http => 'https://github.com/ybrid/ogg-swift/releases/download/'+s.version.to_s+'/YbridOgg.xcframework.zip' } | ||
s.source = { :http => 'https://github.com/ybrid/ogg-swift/releases/download/'+s.version.to_s+'/YbridOgg.xcframework.zip'} | ||
|
||
s.ios.deployment_target = '9.0' | ||
s.osx.deployment_target = '10.10' | ||
|
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
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
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 |
---|---|---|
@@ -1 +1,7 @@ | ||
pod repo push Private-CocoaPods YbridOgg.podspec --allow-warnings --verbose | ||
# public | ||
# pod trunk register [email protected] 'Florian Nowotny' --description='macbook pro' | ||
# session needs to be confirmed by email | ||
pod trunk push YbridOgg.podspec --allow-warnings --verbose | ||
|
||
# private | ||
#pod repo push Private-CocoaPods YbridOgg.podspec --allow-warnings --verbose |