[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / b / 7 / ShiftSDK / 1.0.8 / ShiftSDK.podspec.json
blob7bdee0e588132c9dcd526b05d7de6ed2f122d386
2   "name": "ShiftSDK",
3   "version": "1.0.8",
4   "summary": "The Shift platform iOS SDK.",
5   "description": "Shift iOS SDK",
6   "homepage": "https://github.com/ShiftFinancial/shift-sdk-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ivan Oliver": "ivan@shiftpayments.com"
13   },
14   "source": {
15     "git": "https://github.com/ShiftFinancial/shift-sdk-ios.git",
16     "tag": "1.0.8"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.1",
22   "requires_arc": true,
23   "module_name": "ShiftSDK",
24   "source_files": [
25     "Pod/Classes/**/*.swift",
26     "Pod/Vendor/CardIO/include/*.h"
27   ],
28   "resources": [
29     "Pod/Assets/*.png",
30     "Pod/Assets/*.cer",
31     "Pod/Assets/*.css",
32     "Pod/Localization/*.lproj",
33     "Pod/Assets/*.xcassets"
34   ],
35   "preserve_paths": "Pod/Vendor/CardIO/lib/*.a",
36   "vendored_libraries": [
37     "Pod/Vendor/CardIO/lib/libCardIO.a",
38     "Pod/Vendor/CardIO/lib/libopencv_core.a",
39     "Pod/Vendor/CardIO/lib/libopencv_imgproc.a"
40   ],
41   "xcconfig": {
42     "HEADER_SEARCH_PATHS": "Pod/Vendor/CardIO/include",
43     "OTHER_LDFLAGS": "-lc++ -ObjC",
44     "LIBRARY_SEARCH_PATHS": "Pod/Vendor/CardIO/lib"
45   },
46   "frameworks": [
47     "UIKit",
48     "CoreLocation",
49     "Accelerate",
50     "AudioToolbox",
51     "AVFoundation",
52     "CoreGraphics",
53     "CoreMedia",
54     "CoreVideo",
55     "Foundation",
56     "MobileCoreServices",
57     "OpenGLES",
58     "QuartzCore",
59     "Security",
60     "LocalAuthentication"
61   ],
62   "dependencies": {
63     "Alamofire": [
65     ],
66     "SwiftyJSON": [
68     ],
69     "SnapKit": [
71     ],
72     "Bond": [
74     ],
75     "HTAutocompleteTextField": [
77     ],
78     "GoogleKit": [
80     ],
81     "libPhoneNumber-iOS": [
83     ],
84     "MBProgressHUD": [
86     ],
87     "TTTAttributedLabel": [
89     ],
90     "UIScrollView-InfiniteScroll": [
92     ],
93     "TrustKit": [
95     ],
96     "Stripe": [
98     ],
99     "Down": [
101     ],
102     "Plaid": [
104     ],
105     "PullToRefreshKit": [
107     ],
108     "SwiftToast": [
110     ]
111   }