- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSNF.podspec
More file actions
Latest commit
15 lines (15 loc) · 655 Bytes
/
Copy pathSNF.podspec
File metadata and controls
15 lines (15 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="SNF"
s.version="1.0.0"
s.summary="Swift Network Framework."
s.homepage="https://github.com/jayantnd/SNF"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Jayant Dash"=>"jayantnd@gmail.com"}
s.social_media_url="https://twitter.com/Jayant_dash"
s.ios.deployment_target="10.0"
s.swift_versions=['5.1','5.2']
s.source={:git=>"https://github.com/jayantnd/SNF.git",:branch=>"master",:tag=>"v"+s.version.to_s}
s.source_files="SNF/**/*.{swift,h,m}"
s.public_header_files="SNF/**/*.h"
s.requires_arc=true
end