-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathMonri.podspec
More file actions
32 lines (25 loc) · 1.02 KB
/
Monri.podspec
File metadata and controls
32 lines (25 loc) · 1.02 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
#
# Be sure to run `pod lib lint Monri.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 https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'Monri'
s.version = '1.2.1'
s.summary = 'Monri iOS SDK'
s.description = 'Monri iOS SDK - simplified card collection & payment'
s.homepage = 'https://github.com/MonriPayments/monri-ios'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'monri' => 'support@monri.com' }
s.source = { :git => 'https://github.com/MonriPayments/monri-ios.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.swift_version = '4.2'
s.resource_bundles = {
'Monri' => ['Monri/Classes/**/*.{storyboard,xib,xcassets,json,imageset,png}']
}
s.source_files = 'Monri/Classes/**/*'
s.dependency 'Caishen'
s.dependency 'Alamofire', '~> 4.0'
end