Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZSY committed May 14, 2021
1 parent c286515 commit c971479
Show file tree
Hide file tree
Showing 70 changed files with 5,762 additions and 98 deletions.
90 changes: 0 additions & 90 deletions .gitignore

This file was deleted.

24 changes: 24 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '10.0'
inhibit_all_warnings!
use_frameworks!

target 'SwiftyPurchaseKit_Example' do

pod 'SwiftyPurchaseKit', :path => '../SwiftyPurchaseKit.podspec'
end
post_install do |installer|

verTargets = ['Result', 'SKPhotoBrowser']
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0'
end
if verTargets.include? target.name
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '5.0'
end
end
end
end
23 changes: 23 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
PODS:
- SwiftyPurchaseKit (0.0.1):
- SwiftyStoreKit
- SwiftyStoreKit (0.16.1)

DEPENDENCIES:
- SwiftyPurchaseKit (from `../SwiftyPurchaseKit.podspec`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- SwiftyStoreKit

EXTERNAL SOURCES:
SwiftyPurchaseKit:
:path: "../SwiftyPurchaseKit.podspec"

SPEC CHECKSUMS:
SwiftyPurchaseKit: 7e4caf7c7fe7609106bd75f2518c3820b52dca54
SwiftyStoreKit: 6b9c08810269f030586dac1fae8e75871a82e84a

PODFILE CHECKSUM: bec821934b460ad897d2edbdca4909e085329faf

COCOAPODS: 1.10.1
37 changes: 37 additions & 0 deletions Example/Pods/Local Podspecs/SwiftyPurchaseKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c971479

Please sign in to comment.