Skip to content

Commit

Permalink
🔧 Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Mar 31, 2023
1 parent cb5fdb5 commit 200c5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StoreKitUserInfo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Simply store any data you like to your StoreKit transactions
s.source = { :git => 'https://github.com/olejnjak/StoreKitUserInfo.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/olejnjak'
s.ios.deployment_target = '11.0'
s.source_files = 'StoreKitUserInfo/**/*.swift'
s.source_files = 'Sources/StoreKitUserInfo/**/*.swift'
s.swift_version = '5.0'
end

0 comments on commit 200c5b5

Please sign in to comment.