[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 7 / ShiftSDK / 1.1.13 / ShiftSDK.podspec.json
blobecee24ace7610029fd4b0a388a823afcb3df3684
2   "name": "ShiftSDK",
3   "version": "1.1.13",
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.13"
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     "CallKit"
63   ],
64   "dependencies": {
65     "Alamofire": [
67     ],
68     "SwiftyJSON": [
70     ],
71     "SnapKit": [
73     ],
74     "Bond": [
76     ],
77     "HTAutocompleteTextField": [
79     ],
80     "GoogleKit": [
82     ],
83     "PhoneNumberKit": [
85     ],
86     "TTTAttributedLabel": [
88     ],
89     "UIScrollView-InfiniteScroll": [
91     ],
92     "TrustKit": [
94     ],
95     "Stripe": [
97     ],
98     "Down": [
100     ],
101     "Plaid": [
103     ],
104     "PullToRefreshKit": [
106     ],
107     "SwiftToast": [
109     ]
110   }