Latest | 0.0.8 |
---|---|
Homepage | https://github.com/AigensTechnology/OrderPlaceSdkUat |
License | MIT |
Platforms | ios 8.0 |
Frameworks | AVFoundation, WebKit, UIKit, Foundation, PassKit, AddressBook |
Authors |
OrderPlaceUat
If you need to upload to itunnes connection, please integrate OrderPlaceSdkPrd
Installation
OrderPlaceSdkUat is available through CocoaPods. To install
it, simply add the following line to your Podfile:
- This is core function, including (scan / gps / apple pay)
platform :ios, '9.0'
target 'YourProjectName' do
use_frameworks!
pod 'OrderPlaceSdkUat', '~> 0.0.3'
end
- If you want the alipay feature,pls
pod 'OrderPlaceSdkUat/Alipay', '~> 0.0.3'
- If you want the wechat pay feature,pls
pod 'OrderPlaceSdkUat/Wechat', '~> 0.0.3'
Requirements
- You must include the following key in info plist.
- Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
- The app’s Info.plist must contain an NSLocationWhenInUseUsageDescription key with a string value explaining to the user how the app uses this data
- set targets -> Build Setting -> search ‘bitcode’ -> Enable Bitcode: No
Author
Aigens
License
OrderPlaceSdkUat is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "OrderPlaceSdkUat", "version": "0.0.8", "summary": "Order Place Sdk Uat", "description": "a pod that easily implements the order.place function", "homepage": "https://github.com/AigensTechnology/OrderPlaceSdkUat", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "u98ceu7b5d": "[email protected]" }, "source": { "git": "https://github.com/AigensTechnology/OrderPlaceSdkUat.git", "tag": "0.0.8" }, "platforms": { "ios": "8.0" }, "swift_version": "4.0", "static_framework": true, "frameworks": [ "AVFoundation", "WebKit", "UIKit", "Foundation", "PassKit", "AddressBook" ], "default_subspecs": "Core", "subspecs": [ { "name": "Core", "ios": { "vendored_frameworks": "Classess/frameworks/orderPlaceSDK/OrderPlaceSDK.framework" } }, { "name": "Alipay", "resources": [ "Classess/Assets/AlipaySDK.bundle" ], "ios": { "vendored_frameworks": [ "Classess/frameworks/orderPlaceAlipaySDK/AlipaySDK.framework", "Classess/frameworks/orderPlaceAlipaySDK/OrderPlaceAlipaySDK.framework" ] }, "frameworks": [ "SystemConfiguration", "CoreTelephony", "QuartzCore", "CoreText", "CoreGraphics", "CFNetwork", "CoreMotion" ], "libraries": [ "z", "c++" ], "dependencies": { "OrderPlaceSdkUat/Core": [] } }, { "name": "Wechat", "ios": { "vendored_frameworks": "Classess/frameworks/orderPlaceWechatPaySDK/OrderPlaceWechatPaySDK.framework", "vendored_libraries": "Classess/frameworks/orderPlaceWechatPaySDK/libWeChatSDK.a" }, "frameworks": [ "SystemConfiguration", "Security", "CoreTelephony", "CFNetwork" ], "libraries": [ "z", "c++", "sqlite3.0" ], "dependencies": { "OrderPlaceSdkUat/Core": [] } }, { "name": "StripeApple", "ios": { "vendored_frameworks": [ "Classess/frameworks/orderPlaceStripeAppleSDK/Stripe.framework", "Classess/frameworks/orderPlaceStripeAppleSDK/OrderPlaceStripeAppleSDK.framework" ] }, "dependencies": { "OrderPlaceSdkUat/Core": [] } } ] }
Sat, 11 May 2019 10:10:15 +0000