Skip to content

Commit

Permalink
Merge branch 'release-1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 28, 2020
2 parents d7f436c + 45ee1a2 commit 59c95c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

7 changes: 4 additions & 3 deletions Kvitto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ Pod::Spec.new do |spec|
spec.summary = "Parse and validate iTunes App Store receipts"
spec.homepage = "https://github.com/Cocoanetics/Kvitto"
spec.author = { "Oliver Drobnik" => "oliver@cocoanetics.com" }
spec.documentation_url = 'http://docs.cocoanetics.com/DTKeychain'
spec.documentation_url = 'https://docs.cocoanetics.com/Kvitto'
spec.social_media_url = 'https://twitter.com/cocoanetics'
spec.source = { :git => "https://github.com/Cocoanetics/Kvitto.git", :tag => spec.version.to_s }
spec.ios.deployment_target = '8.0'
spec.ios.deployment_target = '9.0'
spec.license = 'BSD'
spec.requires_arc = true
spec.dependency 'DTFoundation/DTASN1', '~> 1.7.13'
spec.swift_version = '5.0'

spec.subspec 'Core' do |ss|
ss.ios.deployment_target = '8.0'
ss.ios.deployment_target = '9.0'
ss.source_files = 'Core/Source/*.{h,m,c,swift}'
end
end

0 comments on commit 59c95c1

Please sign in to comment.