-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResourcer.podspec
19 lines (17 loc) · 945 Bytes
/
Resourcer.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |spec|
spec.name = "Resourcer"
spec.version = "0.0.20"
spec.summary = "This is communication based library."
spec.description = "This is communication based library with several types of communication supports."
spec.homepage = "https://github.com/elegantmedia-apps/Resourcer"
spec.license = "MIT (example)"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Elegant Media Team" => "apps@elegantmedia@gmail.com" }
spec.platform = :ios, "11.0"
spec.swift_version = "5.0"
spec.source = { :git => "https://github.com/elegantmedia-apps/Resourcer.git", :tag => "0.0.20" }
spec.source_files = 'Resourcer/*.{h}', 'Resourcer/Classes/Maps/*.{swift}', 'Resourcer/Classes/Files/*.{swift}', 'Resourcer/Classes/Communication/*.{swift}'
spec.frameworks = 'Alamofire'
spec.static_framework = true
spec.dependency 'Alamofire'
end