<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">

<channel>
  <title>Entries about Swift - Daniel Morales Blog</title>
  <link>https://danielmg.org/swift/rss.xml</link>
  <description>Here is all the content about Swift, iOS and related technologies I use and find interesting.</description>
  <language>en-us</language>
  
  <item>
    <title>Swift3: Consming REST services, data mapping and intro to CocoaPods</title>
    <link>https://danielmg.org/swift/2017/04/swift3-consming-rest-services-data-mapping-and-intro-to-cocoapods.html</link>
    <description>In my first Swift post I'll explain how to consume a simple REST service, parse the JSON response and map it into our own objects using some libraries and generics. Also it includes the implementation of a simple singleton class to keep our code and service calls organized.</description>
    <pubDate>Wed, 19 Apr 2017</pubDate>
    
      <category>Swift</category>
    
  </item>
  
</channel>
</rss>