blob: 22b2eabc39b3c3092c4a7757ce9f052ec7b721df [file] [log] [blame]
{
"name": "ShiftSDK",
"version": "1.1.1",
"summary": "The Shift platform iOS SDK.",
"description": "Shift iOS SDK",
"homepage": "https://github.com/ShiftFinancial/shift-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Oliver": "ivan@shiftpayments.com"
},
"source": {
"git": "https://github.com/ShiftFinancial/shift-sdk-ios.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"requires_arc": true,
"module_name": "ShiftSDK",
"source_files": [
"Pod/Classes/**/*.swift",
"Pod/Vendor/CardIO/include/*.h"
],
"resources": [
"Pod/Assets/*.png",
"Pod/Assets/*.cer",
"Pod/Assets/*.css",
"Pod/Localization/*.lproj",
"Pod/Assets/*.xcassets",
"Pod/Fonts/*.ttf"
],
"preserve_paths": "Pod/Vendor/CardIO/lib/*.a",
"vendored_libraries": [
"Pod/Vendor/CardIO/lib/libCardIO.a",
"Pod/Vendor/CardIO/lib/libopencv_core.a",
"Pod/Vendor/CardIO/lib/libopencv_imgproc.a"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "Pod/Vendor/CardIO/include",
"OTHER_LDFLAGS": "-lc++ -ObjC",
"LIBRARY_SEARCH_PATHS": "Pod/Vendor/CardIO/lib"
},
"frameworks": [
"UIKit",
"CoreLocation",
"Accelerate",
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"Foundation",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"Security",
"LocalAuthentication"
],
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"SnapKit": [
],
"Bond": [
],
"HTAutocompleteTextField": [
],
"GoogleKit": [
],
"libPhoneNumber-iOS": [
],
"TTTAttributedLabel": [
],
"UIScrollView-InfiniteScroll": [
],
"TrustKit": [
],
"Stripe": [
],
"Down": [
],
"Plaid": [
],
"PullToRefreshKit": [
],
"SwiftToast": [
]
}
}