Files
TPInAppReceipt/TPInAppReceipt.podspec
T
2019-06-27 04:38:09 +03:00

26 lines
802 B
Ruby

Pod::Spec.new do |s|
s.name = "TPInAppReceipt"
s.version = "2.0.6"
s.summary = "Decode Apple Store Receipt and make it easy to read and validate it"
s.description = "The library provides transparent way to decode and validate Apple Store Receipt. Pure swift, No OpenSSL!"
s.homepage = "https://github.com/tikhop/TPInAppReceipt"
s.license = "MIT"
s.source = { :git => "https://github.com/tikhop/TPInAppReceipt.git", :tag => "#{s.version}" }
s.author = { "Pavel Tikhonenko" => "hi@tikhop.com" }
s.swift_version = '5.0'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.requires_arc = true
s.source_files = "TPInAppReceipt/Source/*.{swift}", "Vendor/CryptoSwift/*.{swift}"
s.resources = "TPInAppReceipt/AppleIncRootCertificate.cer"
end