[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 7 / ShiftSDK / 1.1.16 / ShiftSDK.podspec.json
bloba6a0b6a21ec7c9df4ce228b812c4d33b32cf7f20
2   "name": "ShiftSDK",
3   "version": "1.1.16",
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     "Takeichi Kanzaki": "takeichi@shiftpayments.com"
14   },
15   "source": {
16     "git": "https://github.com/ShiftFinancial/shift-sdk-ios.git",
17     "tag": "1.1.16"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.0",
23   "requires_arc": true,
24   "module_name": "ShiftSDK",
25   "source_files": [
26     "Pod/Classes/**/*.swift",
27     "Pod/Vendor/CardIO/include/*.h"
28   ],
29   "resources": [
30     "Pod/Assets/*.png",
31     "Pod/Assets/*.cer",
32     "Pod/Assets/*.css",
33     "Pod/Localization/*.lproj",
34     "Pod/Assets/*.xcassets",
35     "Pod/Fonts/*.ttf"
36   ],
37   "preserve_paths": "Pod/Vendor/CardIO/lib/*.a",
38   "vendored_libraries": [
39     "Pod/Vendor/CardIO/lib/libCardIO.a",
40     "Pod/Vendor/CardIO/lib/libopencv_core.a",
41     "Pod/Vendor/CardIO/lib/libopencv_imgproc.a"
42   ],
43   "xcconfig": {
44     "HEADER_SEARCH_PATHS": "Pod/Vendor/CardIO/include",
45     "OTHER_LDFLAGS": "-lc++ -ObjC",
46     "LIBRARY_SEARCH_PATHS": "Pod/Vendor/CardIO/lib"
47   },
48   "frameworks": [
49     "UIKit",
50     "CoreLocation",
51     "Accelerate",
52     "AudioToolbox",
53     "AVFoundation",
54     "CoreGraphics",
55     "CoreMedia",
56     "CoreVideo",
57     "Foundation",
58     "MobileCoreServices",
59     "OpenGLES",
60     "QuartzCore",
61     "Security",
62     "LocalAuthentication",
63     "CallKit"
64   ],
65   "dependencies": {
66     "Alamofire": [
67       "~> 4.7"
68     ],
69     "SwiftyJSON": [
70       "~> 4.0"
71     ],
72     "SnapKit": [
73       "~> 4.0"
74     ],
75     "Bond": [
76       "~> 6.8"
77     ],
78     "HTAutocompleteTextField": [
79       "~> 1.3"
80     ],
81     "GoogleKit": [
82       "~> 0.3"
83     ],
84     "PhoneNumberKit": [
85       "~> 2.5"
86     ],
87     "TTTAttributedLabel": [
88       "~> 2.0"
89     ],
90     "UIScrollView-InfiniteScroll": [
91       "~> 1.0"
92     ],
93     "TrustKit": [
94       "~> 1.5"
95     ],
96     "Stripe": [
97       "~> 12.0"
98     ],
99     "Down": [
100       "~> 0.5"
101     ],
102     "Plaid": [
103       "~> 1.1"
104     ],
105     "PullToRefreshKit": [
106       "~> 0.8"
107     ],
108     "SwiftToast": [
109       "~> 1.1"
110     ],
111     "FTLinearActivityIndicator": [
112       "~> 1.1"
113     ],
114     "AlamofireNetworkActivityIndicator": [
115       "~> 2.2"
116     ]
117   }