-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathScreenSharingSDK-iOS.podspec
More file actions
27 lines (18 loc) · 943 Bytes
/
ScreenSharingSDK-iOS.podspec
File metadata and controls
27 lines (18 loc) · 943 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 = "ScreenSharingSDK-iOS"
s.version = "0.0.3"
s.summary = "ScreenSharingSDK-iOS"
s.description = 'ScreenSharingSDK-iOS Firenze'
s.homepage = "https://github.com/Diego5529/ScreenSharingSDK-iOS"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
#s.license = "MIT (example)"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "Diego Oliveira" => "diego.6.souza@gmail.com" }
# Or just: s.author = "Diego Oliveira"
# s.authors = { "Diego Oliveira" => "diego.6.souza@gmail.com" }
# s.social_media_url = "http://twitter.com/Diego Oliveira"
s.source = { :git => "https://github.com/Diego5529/ScreenSharingSDK-iOS.git", :tag => "0.0.3" }
#s.source_file = "ScreenSharingSDK"
# s.public_header_files = "Classes/**/*.h"
s.framework = "ScreenSharingSDK"
end