-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNearUIBinding.podspec
More file actions
27 lines (22 loc) · 1002 Bytes
/
NearUIBinding.podspec
File metadata and controls
27 lines (22 loc) · 1002 Bytes
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
Pod::Spec.new do |s|
s.name = 'NearUIBinding'
s.version = '2.14'
s.summary = 'nearit.com iOS UI Bindings'
s.description = 'nearit.com iOS UI Bindings for Swift and Objective-C'
s.homepage = 'https://github.com/nearit/iOS-UI-Bindings'
s.license = 'MIT'
s.author = {
'Francesco Leoni' => '[email protected]',
'Stefano Cattaneo' => '[email protected]',
'Federico Boschini' => '[email protected]'
}
s.source = { :git => "https://github.com/nearit/iOS-UI-Bindings.git", :tag => s.version.to_s }
s.source_files = 'Near-iOS-UI/Near-iOS-UI/**/*.{h,swift}'
s.resource_bundle = {
'NearUIBinding' => ['Near-iOS-UI/Near-iOS-UI/**/*.{xib,lproj}',
'Near-iOS-UI/Near-iOS-UI/Resources/Images.xcassets'] }
s.swift_version = '4.2'
s.ios.deployment_target = '9.0'
s.requires_arc = true
s.dependency 'NearITSDKSwift', '~> 2'
end