bignerdranch / Freddy

A reusable framework for parsing JSON in Swift.
MIT License
1.09k stars 119 forks source link

House/fastlane #210

Closed davidahouse closed 8 years ago

davidahouse commented 8 years ago

This PR makes changes to the build process by incorporating fastlane. This removes details from the travis.yml file and opens up the door for other CI options in the future. Also this PR updates the pod spec to call out swift version 3. Note that this change can be reverted once the latest cocoapods is released as it handles this itself.

davidahouse commented 8 years ago

@mdmathias I believe this is good to go. The build is working (most of the time), and I was able to pull in Freddy using Carthage & CocoaPods off this PR branch.

mdmathias commented 8 years ago

Alright! Merging...