lucaslimapoa / NewsAPISwift

NewsAPISwift is a Swift client for News API V2, a service that provides breaking news headlines, and search for articles from over 30,000 news sources and blogs.
MIT License
24 stars 4 forks source link

Swift 4? #1

Closed jrazzano closed 6 years ago

jrazzano commented 6 years ago

Are there any plans to update this to support Swift 4?

lucaslimapoa commented 6 years ago

Hello @jrazzano,

I am migrating the client to the new API (v2) and I will add support for Swift 4. I will be releasing this version in the next few days.

jrazzano commented 6 years ago

Thanks for the update!

On Wed, Jun 27, 2018 at 4:28 PM Lucas Lima notifications@github.com wrote:

Hello @jrazzano https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_jrazzano&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=W5WpbLTWHC68XpPqhuL_wJ3-hmLf0zierq__pmCHyYU&m=aZw9CniBZsSAJRiiyj3J6cDirIt2xPb6ylPNT3szQC0&s=zKY6WVP0ZOBNflEA7Z253pg5C9t6yykS-WNXTRF_VVU&e= ,

I am migrating the client to the new API (v2) and I will add support for Swift 4. I will be releasing this version in the next few days.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_lucaslimapoa_NewsAPISwift_issues_1-23issuecomment-2D400861637&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=W5WpbLTWHC68XpPqhuL_wJ3-hmLf0zierq__pmCHyYU&m=aZw9CniBZsSAJRiiyj3J6cDirIt2xPb6ylPNT3szQC0&s=ipHkKfqsGxSRRHH3wT0HWNwq4tz0__8kgQgH3CCFaBM&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AOiL67aNJPQb3xPx4AXeQMc7SAkLjqPBks5uBBUSgaJpZM4UxEm4&d=DwMCaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=W5WpbLTWHC68XpPqhuL_wJ3-hmLf0zierq__pmCHyYU&m=aZw9CniBZsSAJRiiyj3J6cDirIt2xPb6ylPNT3szQC0&s=KfJBQshEe0XKIE7B6M6oWUjwsTTjnptsXzXJEC4V3k0&e= .

lucaslimapoa commented 6 years ago

I finished the migration for the Sources and Top Headlines endpoints, along with Swift 4 and Carthage support.

I will be adding the Everything endpoint in the next couple of days.

Please, take a look at the README for more instructions.