CocoaPods / CocoaPods/cocoapods-docs
Pod Homepage is redirecting to source git repo
- Dominant language
- Ruby
- Stars
- 11
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
# Report
## What did you do?
pod trunk push --allow-warnings
## What did you expect to happen?
Pod published Successfully but pod homepage(https://cocoapods.org/pods/IBMAppLaunch) is redirecting to git repo.
Pod Homegepage(https://cocoapods.org/pods/IBMAppLaunch) is getting redirected to git repo
## What happened instead?
Pod Homegepage(https://cocoapods.org/pods/IBMAppLaunch) is getting redirected to git repo
## CocoaPods Environment
### Stack
```
CocoaPods : 1.3.1
Ruby : ruby 2.3.3p222 (2016-11-21 revision 56859) [universal.x86_64-darwin17]
RubyGems : 2.5.2
Host : Mac OS X 10.13.1 (17B1003)
Xcode : 9.1 (9B55)
Git : git version 2.13.6 (Apple Git-96)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib
Repositories : danijelhuis - https://github.com/DanijelHuis/HDAugmentedReality.git @ e7a9b0804325a3699800ae071ef8ad5f4a3bbb44
master - https://github.com/CocoaPods/Specs.git @ a2a64bb791f062ef4fc9d21f3cf0f918b56401fa
vittalpai - https://github.com/vittalpai/JSONStoreAPI.git @ 7279bbbc6c37771126c32837d70591d87b0ef24e
```
### Installation Source
```
Executable Path: /Users/vittal/.rvm/gems/ruby-2.4.1/bin/pod
```
### Plugins
```
cocoapods-deintegrate : 1.0.1
cocoapods-plugins : 1.0.0
cocoapods-search : 1.0.0
cocoapods-stats : 1.0.0
cocoapods-trunk : 1.3.0
cocoapods-try : 1.1.0
```
### Podfile
```ruby
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'AppLaunch' do
use_frameworks!
platform :ios, '9.0'
pod 'BMSCore', '~> 2.0'
pod 'SwiftyJSON', '~> 4.0.0'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.2'
end
end
end
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.