- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleAPI.podspec
More file actions
Latest commit
24 lines (15 loc) · 753 Bytes
/
Copy pathSimpleAPI.podspec
File metadata and controls
24 lines (15 loc) · 753 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
Pod::Spec.newdo |spec|
spec.name="SimpleAPI"
spec.version="2.0.7"
spec.summary="Simple HTTP Networking in Swift based on UrlSession"
spec.description=<<-DESC
Simple HTTP Networking in Swift based on UrlSession, trying to make networking simple and easy
DESC
spec.homepage="https://github.com/belalsamyyy/SimpleAPI"
spec.license={:type=>"MIT",:file=>"LICENSE"}
spec.author={"Belal Samy"=>"belalsamy10@gmail.com"}
spec.ios.deployment_target="13.0"
spec.swift_version="5"
spec.source={:git=>"https://github.com/belalsamyyy/SimpleAPI.git",:tag=>"#{spec.version}"}
spec.source_files="SimpleAPI/**/*.{h,m,swift}"
end