-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathTradeItIosTicketSDK2.podspec
32 lines (26 loc) · 1.12 KB
/
TradeItIosTicketSDK2.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
Pod::Spec.new do |s|
s.name = 'TradeItIosTicketSDK2'
s.version = '2.0.18'
s.summary = 'Trade It iOS Ticket SDK 2'
s.description = <<-DESC
The Trade It iOS Ticket SDK to integrate live trading, portfolio and account management in to an app.
DESC
s.homepage = 'https://github.com/tradingticket/TradeItIosTicketSDK2'
s.license = { :type => 'Apache License 2.0', :file => 'LICENSE' }
s.author = { 'Trading Ticket Inc.' => '[email protected]' }
s.source = { :git => 'https://github.com/tradingticket/TradeItIosTicketSDK2.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/tradeit'
s.ios.deployment_target = '9.0'
s.source_files = 'TradeItIosTicketSDK2/**/*.{swift,h,m}',
'TradeItIosEmsApi/**/*.{swift,h,m}'
s.resource_bundles = {
'TradeItIosTicketSDK2' => [
'TradeItIosTicketSDK2/**/*.{storyboard,xib,png}'
]
}
s.frameworks = 'UIKit'
s.dependency 'PromiseKit', '~> 6.8.4'
s.dependency 'MBProgressHUD', '~> 1.1.0'
s.dependency 'JSONModel', '~> 1.7.0'
s.dependency 'BEMCheckBox', '~> 1.4.1'
end