-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUse_Desk_iOS_SDK.podspec
More file actions
68 lines (59 loc) · 2.44 KB
/
Use_Desk_iOS_SDK.podspec
File metadata and controls
68 lines (59 loc) · 2.44 KB
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
60
61
62
63
64
65
66
67
68
#
# Be sure to run `pod lib lint Use_Desk_iOS_SDK.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'Use_Desk_iOS_SDK'
s.version = '0.0.1'
s.summary = 'A short description of Use_Desk_iOS_SDK.'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://github.com/Maxim/Use_Desk_iOS_SDK'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Maxim' => 'ixotdog@gmail.com' }
s.source = { :git => 'https://github.com/Maxim/Use_Desk_iOS_SDK.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
#s.name = 'YandexMapKit'
#s.version = '1.0.11'
s.platform = :ios
s.ios.deployment_target = '9.0'
#s.static_framework = true
s.source_files = 'Use_Desk_iOS_SDK/Classes/**/*'
# s.resource_bundles = {
# 'Use_Desk_iOS_SDK' => ['Use_Desk_iOS_SDK/Assets/*.png']
# }
s.resources = ["images/*.png", "Classes/UDChat/Tabs/04_Settings/11_AddAccountAddAccountView.xib"]
s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit', 'MapKit' ,'AVFoundation'
# s.dependency 'AFNetworking', '~> 2.3'
#s.dependency 'MBProgressHUD'
#s.dependency 'Socket.IO-Client-Swift'
#s.dependency 'NYTPhotoViewer'
#s.dependency 'RCAudioPlayer'
#s.dependency 'Realm'
#s.dependency 'ProgressHUD'
#s.dependency 'ApiAI/Core'
#s.dependency'Crashlytics'
#s.dependency'FBSDKCoreKit'
#s.dependency 'FBSDKLoginKit'
#s.dependency 'Firebase/Core'
#s.dependency 'Firebase/Auth'
#s.dependency 'Firebase/Database'
#s.dependency 'Firebase/Storage'
#s.dependency 'GoogleSignIn'
#s.dependency 'OneSignal'
#s.dependency 'SinchVerification'
#s.dependency 'MGSwipeTableCell'
#s.dependency 'Reachability'
#s.dependency 'RNCryptor-objc'
end