Latest | 1.2.5 |
---|---|
Homepage | https://github.com/wishWinds/IAP |
License | MIT |
Platforms | ios 9.0, requires ARC |
Dependencies | SystemServices, BlocksKit/Core, BlocksKit/DynamicDelegate |
Authors |
iOS IAP Manager
对IAP的进一步封装.
功能
- 商品功能
- 购买支持
- 恢复支持
- 订阅类的重新检测支持
只需遵循IAPResultDelegate协议. 即可不用考虑具体细节.
可参考Demo中的IAPDelegate. 拷贝, 稍作修改就可以适应你的业务.
Latest podspec
{ "name": "IAP", "version": "1.2.5", "summary": "IAP", "description": "iOS In App Purchase helper", "homepage": "https://github.com/wishWinds/IAP", "license": "MIT", "authors": { "shupeng": "[email protected]" }, "platforms": { "ios": "9.0" }, "source": { "git": "https://github.com/wishWinds/IAP.git", "tag": "1.2.5" }, "source_files": "IAP/*.{h,m}", "exclude_files": "IAP/Local", "public_header_files": [ "IAP/IAP.h", "IAP/LocalReceiptValidator.h", "IAP/RMAppReceipt.h" ], "resources": "IAP/AppleIncRootCertificate.cer", "xcconfig": { "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/IAP/openssl/include" }, "requires_arc": true, "dependencies": { "SystemServices": [], "BlocksKit/Core": [], "BlocksKit/DynamicDelegate": [] }, "subspecs": [ { "name": "IAPDelegateTempate", "resources": "IAP/IAPDelegateTemplate/*.{h,m}" }, { "name": "openssl", "source_files": "IAP/openssl/include/**/*.h", "vendored_libraries": [ "IAP/openssl/libcrypto.a", "IAP/openssl/libssl.a" ], "private_header_files": "IAP/openssl/include/**/*.h" } ] }
Tue, 04 Jun 2019 10:25:21 +0000