-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppSendr-iOS-SDK.podspec
More file actions
37 lines (18 loc) · 869 Bytes
/
AppSendr-iOS-SDK.podspec
File metadata and controls
37 lines (18 loc) · 869 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
28
29
30
31
32
33
34
35
36
37
Pod::Spec.new do |s|
s.name = "AppSendr-iOS-SDK"
s.version = "1.0"
s.summary = "iOS SDK for AppSendrPlus"
s.description = <<-DESC
Use AppSendr iOS SDK in your application to automatically download the latest version available on OTA.
DESC
s.homepage = "https://github.com/Lyc0s/AppSendr-iOS-SDK"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Jeremy Grenier" => "jeremy.grenier@epitech.eu" }
s.social_media_url = "https://twitter.com/jeremygrenier"
s.platform = :ios
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/Lyc0s/AppSendr-iOS-SDK", :tag => "1.0" }
s.source_files = "AppSendr-iOS-SDK", "AppSendr-iOS-SDK/*.{h,m}"
s.frameworks = "Foundation"
s.requires_arc = true
end