forked from Tap-Payments/goSellSDK-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
59 lines (52 loc) · 1.92 KB
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
platform :ios, '8.0'
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
def shared_pods
pod 'CardIODynamic'
pod 'EditableTextInsetsTextField'
pod 'TapAdditionsKit/Foundation/Bundle'
pod 'TapAdditionsKit/Foundation/Date'
pod 'TapAdditionsKit/Foundation/Locale'
pod 'TapAdditionsKit/Foundation/URL'
pod 'TapAdditionsKit/SwiftStandartLibrary/Bool'
pod 'TapAdditionsKit/SwiftStandartLibrary/Comparable'
pod 'TapAdditionsKit/SwiftStandartLibrary/Decodable'
pod 'TapAdditionsKit/SwiftStandartLibrary/Dictionary'
pod 'TapAdditionsKit/SwiftStandartLibrary/Encodable'
pod 'TapAdditionsKit/SwiftStandartLibrary/KeyedDecodingContainer'
pod 'TapAdditionsKit/SwiftStandartLibrary/OptionSet'
pod 'TapAdditionsKit/SwiftStandartLibrary/String'
pod 'TapAdditionsKit/Tap/TypeAlias'
pod 'TapAdditionsKit/UIKit/NSLayoutConstraint'
pod 'TapAdditionsKit/UIKit/UIEdgeInsets'
pod 'TapAdditionsKit/UIKit/UIButton'
pod 'TapAdditionsKit/UIKit/UIImageView'
pod 'TapAdditionsKit/UIKit/UILabel'
pod 'TapAdditionsKit/UIKit/UINavigationController'
pod 'TapAdditionsKit/UIKit/UIResponder'
pod 'TapAdditionsKit/UIKit/UIScreen'
pod 'TapAdditionsKit/UIKit/UITableView'
pod 'TapAdditionsKit/UIKit/UIView'
pod 'TapAdditionsKit/UIKit/UIView/AnimationOptions'
pod 'TapAdditionsKit/UIKit/UIView/KeyframeAnimationOptions'
pod 'TapAlertViewController'
pod 'TapApplication'
pod 'TapBundleLocalization'
pod 'TapCardValidator'
pod 'TapEditableView'
pod 'TapErrorReporting'
pod 'TapFontsKit'
pod 'TapGLKit/TapActivityIndicatorView'
pod 'TapGLKit/LinearGradientView'
pod 'TapKeychain'
pod 'TapNetworkManager/Core'
pod 'TapNetworkManager/ImageLoading'
pod 'TapNibView'
pod 'TapResponderChainInputView'
pod 'TapSearchView'
pod 'TapSwiftFixes/Threading'
pod 'TapVisualEffectView'
end
target 'goSellSDK' do
shared_pods
end