- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwiftNewsAPI.podspec
More file actions
Latest commit
18 lines (16 loc) · 787 Bytes
/
Copy pathSwiftNewsAPI.podspec
File metadata and controls
18 lines (16 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name='SwiftNewsAPI'
s.version='1.0.0'
s.summary='Swift wrapper for the News API service.'
s.description=<<-DESC
Get breaking news headlines, and search for articles from news sources and blogs all over the web with the News API.
DESC
s.homepage='https://github.com/imryan/NewsAPI'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'Ryan Cohen'=>'notryancohen@gmail.com'}
s.source={:git=>'https://github.com/imryan/NewsAPI.git',:tag=>s.version.to_s}
s.social_media_url='https://twitter.com/notryancohen'
s.swift_version='5.1'
s.ios.deployment_target='9.3'
s.source_files='NewsAPI/Classes/**/*'
end