forked from ferico55/RDP-SDK-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRDP-SDK-iOS.podspec
More file actions
54 lines (45 loc) · 2.22 KB
/
RDP-SDK-iOS.podspec
File metadata and controls
54 lines (45 loc) · 2.22 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
#
# Be sure to run `pod lib lint RDP-SDK-iOS.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 = 'RDP-SDK-iOS'
s.version = '0.1.38'
s.summary = 'meaningless summary he said!! pasdif asdf asdfj aiwepfj iasjdf.'
# 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
some description over here, he said it was meaningless! asdf awepf jaspd fojaispd fjaoisdp fjapiosdj fapsdi jfpaisd fojiaspdfj apsodi jfapisdoj fipasd jfiapdsjf io
DESC
s.homepage = 'https://github.com/ferico55/RDP-SDK-iOS'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'ferico55' => 'ferico55@gmail.com' }
s.source = { :git => 'https://github.com/ferico55/RDP-SDK-iOS.git', :tag => "#{s.version}" }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '8.0'
s.requires_arc = false
#s.default_subspec = 'Core', 'CardIO'
s.default_subspec = 'Core'
s.subspec 'Core' do |subspec|
#s.source_files =
subspec.source_files = 'RDP-SDK-iOS/Classes/**/*'
#subspec.header_mappings_dir = 'RDP-SDK-iOS/Classes/Public'
subspec.public_header_files = 'RDP-SDK-iOS/Classes/**/*.h'
#subspec.private_header_files = 'RDP-SDK-iOS/Classes/Private/**/*.h'
#subspec.preserve_path = [ 'PayPalMobile/*.a' ]
subspec.frameworks = 'Accelerate', 'AudioToolbox', 'AVFoundation', 'CoreLocation', 'CoreMedia', 'MessageUI', 'MobileCoreServices', 'SystemConfiguration'
#subspec.vendored_libraries = [ 'PayPalMobile/libPayPalMobile.a' ]
subspec.compiler_flags = '-fmodules'
subspec.xcconfig = { 'OTHER_LDFLAGS' => '-lc++ -ObjC'}
subspec.dependency 'CardIO'
end
#s.subspec 'CardIO' do |subspec|
#end
end