IAPHelper
No more maintenance for this repo. Please use the https://github.com/bizz84/SwiftyStoreKit
File Explorer
- IAPHelper.h
- IAPHelper.m
- IAPShare.h
- IAPShare.m
- NSString+Base64.h
- NSString+Base64.m
- SFHFKeychainUtils.h
- SFHFKeychainUtils.m
- IAPHelper.xcscheme
- project.pbxproj
- .gitignore
- IAPHelper.h
- IAPHelper.podspec
- Info.plist
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
Convert
View Details ▼
Convert
This command is an alias of `magick convert`.
Note: This alias is deprecated since ImageMagick 7. It has been replaced by `magick`.
Use `magick convert` if you need to use the old tool in versions 7+.
tldr magick convert
View documentation for the original command:
pod
View Details ▼
pod
Dependency manager for Swift and Objective-C Cocoa projects.
pod init
Create a Podfile for the current project with the default contents:
pod install
Download and install all pods defined in the Podfile (that haven't been installed before):
pod list
List all available pods:
