Skip to content

Tested and adjusted the c2i into d2i using the correct pointer handling #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
[Update] PurchaseController (1.1.1)
  • Loading branch information
DaNiELChIoRo committed Jan 31, 2023
commit 8a59a9eea4691ecbc4c87a90c30887cc06e00b9e
27 changes: 27 additions & 0 deletions PurchaseController/1.1.1/PurchaseController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#
# Be sure to run `pod lib lint PurchaseController.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'PurchaseController'
s.version = '1.1.1'
s.summary = 'A helpful and convenient In-App purchases framework'

s.homepage = 'http://ingenio.com'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'dashdevs llc' => 'hello@dashdevs.com' }
s.source = { :git => 'https://github.com/Ingenio/PurchaseController.git', :tag => s.version }

s.ios.deployment_target = '13.0'

s.source_files = 'PurchaseController/Classes/**/*', 'PurchaseController/Headers/**/*'

s.frameworks = 'StoreKit'
s.dependency 'OpenSSL-Universal', '1.1.1900'
s.swift_version = '4.2'

end