-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIRLibIPad.podspec
More file actions
23 lines (23 loc) · 1.07 KB
/
IRLibIPad.podspec
File metadata and controls
23 lines (23 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |spec|
spec.name = "IRLibIPad"
spec.version = "1.0.171"
spec.summary = "Framework for Intelligence Retail functionality integration"
spec.static_framework = true;
spec.description = <<-DESC
Framework for Intelligence Retail functionality integration.
DESC
spec.homepage = "https://github.com/intrtl/IRLibIPad"
spec.license = "MIT"
spec.author = { "Alexander Shmakov" => "alexander.shmakov@intrtl.com" }
spec.platform = :ios, "9.0"
spec.source = { :git => "https://github.com/intrtl/IRLibIPad", :tag => "#{spec.version}" }
spec.source_files = "IRLib/IrLib.framework/Headers/*.h"
spec.public_header_files = "IRLib/IrLib.framework/Headers/*.h"
spec.ios.vendored_frameworks = "IRLib/IrLib.framework"
spec.frameworks = "CoreMotion", "UserNotifications"
spec.dependency "Realm", "~> 4.3.0"
spec.dependency "Charts", "~> 3.2.2"
spec.dependency "OpenCV2", "~> 3.4.6"
spec.dependency "AppCenter", "~> 1.2.0"
spec.dependency "IrLibSwift", "~> 1.0.4"
end