[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / f / b / 7 / ShiftSDK / 1.0.3 / ShiftSDK.podspec.json
blobbf1d9661323865d11cee3bb214d84e0838ee73b6
2   "name": "ShiftSDK",
3   "version": "1.0.3",
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.3"
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/**/*"
27   ],
28   "resources": [
29     "Pod/Assets/*.png",
30     "Pod/Assets/*.cer",
31     "Pod/Assets/*.css",
32     "Pod/Localization/*.lproj"
33   ],
34   "preserve_paths": [
35     "Pod/Vendor/CardIO/include/*.h",
36     "Pod/Vendor/CardIO/lib/*.a"
37   ],
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   ],
64   "dependencies": {
65     "Alamofire": [
67     ],
68     "SwiftyJSON": [
70     ],
71     "SnapKit": [
73     ],
74     "Bond": [
76     ],
77     "HTAutocompleteTextField": [
79     ],
80     "GoogleKit": [
82     ],
83     "libPhoneNumber-iOS": [
85     ],
86     "MBProgressHUD": [
88     ],
89     "TTTAttributedLabel": [
91     ],
92     "UIScrollView-InfiniteScroll": [
94     ],
95     "TrustKit": [
97     ],
98     "Stripe": [
100     ],
101     "Reachability": [
103     ],
104     "Down": [
106     ],
107     "Plaid": [
109     ],
110     "coinbase-official": [
112     ],
113     "PullToRefreshKit": [
115     ]
116   }