-
Notifications
You must be signed in to change notification settings - Fork 1
/
MirrorflyUIKit.podspec
45 lines (33 loc) · 1.56 KB
/
MirrorflyUIKit.podspec
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
Pod::Spec.new do |s|
s.name = 'MirrorflyUIKit' # Name for your pod
s.version = '3.3.9'
s.summary = 'This repo to explore the cocopod and how to upload pod in public accessc'
s.homepage = 'https://github.com/MirrorFly/Mirrorfly-iosuikit-framework'
s.author = { 'Gurudharan' => 'gurudharan.a@contus.in' }
s.license = { :type => 'Commercial', :file => 'LICENSE' }
s.platform = :ios, 12.1
# change the source location
s.source = { :git => 'https://github.com/MirrorFly/Mirrorfly-iosuikit-framework.git', :tag => s.version.to_s }
s.swift_versions = ['4.0', '4.2', '5.0', '5.2', '5.3', '5.6']
s.requires_arc = true
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'armv7 arm64 x86_64', 'IPHONEOS_DEPLOYMENT_TARGET' => '12.1',}
s.dependency 'libPhoneNumber-iOS'
s.dependency 'Alamofire'
s.dependency 'SocketRocket'
s.dependency 'Starscream', '4.0.4'
s.dependency 'Socket.IO-Client-Swift', '16.0.1'
s.dependency 'XMPPFramework/Swift'
s.dependency 'RealmSwift' , '~> 10.43.0'
s.dependency 'GoogleWebRTC'
s.dependency 'Toaster'
s.dependency 'SDWebImage'
s.dependency 'libPhoneNumber-iOS'
s.dependency 'NicoProgress'
s.dependency 'Floaty', '~> 4.2.0'
s.dependency 'IQKeyboardManagerSwift'
s.dependency 'GoogleMaps'
s.dependency 'SwiftLinkPreview'
s.dependency 'MirrorFlySDK', '5.15.7'
s.dependency 'IDZSwiftCommonCrypto', '~> 0.16'
s.ios.vendored_frameworks = 'SDK/FlyUIKit.xcframework'
end