[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 7 / ShiftSDK / 1.1.10 / ShiftSDK.podspec.json
blob43f893b1d0596b4acd9f779e724042c5cd08019a
2   "name": "ShiftSDK",
3   "version": "1.1.10",
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.1.10"
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     "Pod/Fonts/*.ttf"
35   ],
36   "preserve_paths": "Pod/Vendor/CardIO/lib/*.a",
37   "vendored_libraries": [
38     "Pod/Vendor/CardIO/lib/libCardIO.a",
39     "Pod/Vendor/CardIO/lib/libopencv_core.a",
40     "Pod/Vendor/CardIO/lib/libopencv_imgproc.a"
41   ],
42   "xcconfig": {
43     "HEADER_SEARCH_PATHS": "Pod/Vendor/CardIO/include",
44     "OTHER_LDFLAGS": "-lc++ -ObjC",
45     "LIBRARY_SEARCH_PATHS": "Pod/Vendor/CardIO/lib"
46   },
47   "frameworks": [
48     "UIKit",
49     "CoreLocation",
50     "Accelerate",
51     "AudioToolbox",
52     "AVFoundation",
53     "CoreGraphics",
54     "CoreMedia",
55     "CoreVideo",
56     "Foundation",
57     "MobileCoreServices",
58     "OpenGLES",
59     "QuartzCore",
60     "Security",
61     "LocalAuthentication"
62   ],
63   "dependencies": {
64     "Alamofire": [
66     ],
67     "SwiftyJSON": [
69     ],
70     "SnapKit": [
72     ],
73     "Bond": [
75     ],
76     "HTAutocompleteTextField": [
78     ],
79     "GoogleKit": [
81     ],
82     "PhoneNumberKit": [
84     ],
85     "TTTAttributedLabel": [
87     ],
88     "UIScrollView-InfiniteScroll": [
90     ],
91     "TrustKit": [
93     ],
94     "Stripe": [
96     ],
97     "Down": [
99     ],
100     "Plaid": [
102     ],
103     "PullToRefreshKit": [
105     ],
106     "SwiftToast": [
108     ]
109   }