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

Capitalize system library in podspec #75

Open gummibjorn opened 6 years ago

gummibjorn commented 6 years ago

Building this pod will fail if someone is using a case sensitive OS.

system should be capitalised:

ss.libraries = 'z', 'System'

otherwise you will run into: ld: library not found for -lsystem