zwopple / PocketSocket

Objective-C websocket library for building things that work in realtime on iOS and OS X.
Other
414 stars 129 forks source link

Add subspecs to Podspec to allow modular usage #38

Closed jtreanor closed 8 years ago

jtreanor commented 9 years ago

I have broken the Podspec into three subspecs: Core, Client and Server.

This allows the three major components (as mentioned in the README) to be used separately as needed.

All 3 subspecs are included by default so there will be no change for existing users.

I checked and the Podspec still validates.

robertjpayne commented 8 years ago

@jtreanor sorry missed this! Great addition will merge soonish :+1:

robertjpayne commented 8 years ago

This has been merged to develop

jtreanor commented 8 years ago

Nice one, thanks @robertjpayne

robertjpayne commented 8 years ago

@jtreanor this is live on Cocoapods now too! v1.0.0

jtreanor commented 8 years ago

Great :smile: