CocoaPods 配置,上传,使用
配置DemoSDK.podspecPod::Spec.new do |s| s.name = 'DemoSDK' s.version = '1.0.1' s.summary = 'Demo SDK' s.homepage = 'https://dev-git.xxx-ios.git' s.license = 'MIT' s.authors = {'xxx' => 'xxx@xxx.com'} s.platform = :ios, '11.0' s.source = {:git =






