izqui / Taylor

A lightweight library for writing HTTP web servers with Swift
MIT License
926 stars 79 forks source link

Update podspec to include CocoaAsyncSocket source files #9

Closed Danappelxx closed 9 years ago

Danappelxx commented 9 years ago

Currently, if one were to add the following line to their podfile: pod 'Taylor', :git => 'https://github.com/izqui/Taylor.git' followed by a pod install, Taylor wouldn't build because it relies on CocoaAsyncSocket but doesn't include the source files. This pull request contains one commit which adds the CocoaAsyncSocket directory search path to the podspec.