32 lines
741 B
Ruby
32 lines
741 B
Ruby
|
|
|
|
Pod::Spec.new do |spec|
|
|
|
|
spec.name = "JXIAPManager"
|
|
spec.version = "0.0.3"
|
|
spec.summary = "JXIAPManager内购小工具"
|
|
|
|
spec.description = <<-DESC
|
|
JXIAPManager这是一个内购小工具
|
|
DESC
|
|
|
|
spec.homepage = "https://git.qinjiu8.com/zengjx/JXIAPManager"
|
|
|
|
|
|
spec.license = { :type => "MIT", :file => "LICENSE" }
|
|
|
|
|
|
spec.author = { "zeng" => "zengjx@qinjiu8.com" }
|
|
|
|
|
|
spec.source = { :git => "https://git.qinjiu8.com/zengjx/JXIAPManager.git", :tag => spec.version.to_s }
|
|
|
|
|
|
spec.ios.deployment_target = '13.0'
|
|
spec.swift_version = '5.0'
|
|
spec.source_files = "Sources", "Sources/**/*.{h,m,swift}"
|
|
# spec.exclude_files = "Classes/Exclude"
|
|
|
|
|
|
end
|