-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppBoxSDK.podspec
More file actions
20 lines (16 loc) · 856 Bytes
/
AppBoxSDK.podspec
File metadata and controls
20 lines (16 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |spec|
spec.name = "AppBoxSDK"
spec.version = "1.0.0"
spec.summary = "iOS framework to get the automatic update for development/ad-hoc/enterprises apps uploaded via AppBox."
spec.description = <<-DESC
iOS framework to get the automatic update for development/ad-hoc/enterprises apps uploaded via AppBox.
https://getappbox.com/
DESC
spec.homepage = "https://github.com/getappbox/AppBox-iOS-SDK"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Vineet Choudhary" => "vineetchoudhary@live.in" }
spec.ios.deployment_target = "10.0"
spec.swift_version = "4.2"
spec.source = { :git => "https://github.com/getappbox/AppBox-iOS-SDK.git", :tag => "#{spec.version}" }
spec.source_files = "AppBox/AppBox/**/*.{h,m,swift}"
end