AlipayWrapper 是 AlipaySDK 的帮助类库。它从 AlipaySDK 官方 Demo 中提取除 AlipaySDK.framework 和 AlipaySDK.bundle 之外的文件。
具体使用方法,参考 Example.
iOS: 7.0 以上
pod "AlipayWrapper"
注意
如果 Podfile 中,使用了use_frameworks!
,那么就要在 Podfile 的最后加上下面的内容,否则会报错: target has transitive dependencies that include static binaries
。
pre_install do |installer|
# workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
def installer.verify_no_static_framework_transitive_dependencies; end
end
zhenglanchun, [email protected]
AlipayWrapper is available under the MIT license. See the LICENSE file for more info.