Isuru-Nanayakkara / Reach

A simple class to check for internet connection availability in Swift.
MIT License
456 stars 119 forks source link

Create a release/tag to use as cocoapods dependency #5

Closed ararog closed 9 years ago

ararog commented 9 years ago

Hi,

While cocoapods 0.36 doesn't have an official release, it would be nice to have a tag based on master branch and then add Swift-Reachability as reference in my project.

Like podspec says, I believe the tag should be named 0.1.0, just guessing, if not, please make sure both match with the same version.

Isuru-Nanayakkara commented 9 years ago

Hi, Forgive me, can you please elaborate what I need to do? Currently you can add the following line to your Podfile and install the library via CocoaPods.

pod 'Swift-Reachability', :git => 'https://github.com/Isuru-Nanayakkara/Swift-Reachability.git'

ararog commented 9 years ago

You is right, in fact a tag isn't required whille 0.36 isn't released.