CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

serverURL 0.0.2

serverURL 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2017

Maintained by billhu1996--description=MacBook Pro.



serverURL 0.0.2

  • By
  • billhu1996

ifLab在BISTU校内应用为了配合App Store审核所做的"妥协"

How To Get Started

Podfile

source 'https://github.com/billhu1996/serverURL.git'
platform :ios, '10.0'

target 'TargetName' do
  use_frameworks!
  pod 'serverURL'
end
let url = "https://github.com/api/v2/saerverurl/_table/"
//获取真实URL
label.text = HBServerURL.getWithURL(url, apikey: "abcdefgrtghjkloiuyt") //now label.text == https://real.url.com/api