| { |
| "name": "SwiftyZeroMQ5", |
| "version": "1.2.4", |
| "summary": "ZeroMQ Swift 5 Bindings for iOS, macOS, tvOS and watchOS.", |
| "description": "This library provides easy-to-use iOS, macOS, tvOS and watchOS Swift\nbindings for the ZeroMQ C++ library. It is written in Swift 3 and features a\nbundled stable libzmq library. It provides ZeroMQ's low-level API along with\nan object-oriented API.", |
| "homepage": "https://github.com/olehs/SwiftyZeroMQ5", |
| "license": "MIT", |
| "authors": { |
| "Ahmad M. Zawawi": "ahmad.zawawi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/olehs/SwiftyZeroMQ5.git", |
| "tag": "1.2.4" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "swift_versions": "5", |
| "libraries": "c++", |
| "source_files": "Sources/*.{h,swift}", |
| "ios": { |
| "vendored_libraries": "Libraries/libzmq-ios.a" |
| }, |
| "osx": { |
| "vendored_libraries": "Libraries/libzmq-macos.a" |
| }, |
| "tvos": { |
| "vendored_libraries": "Libraries/libzmq-tvos.a" |
| }, |
| "watchos": { |
| "vendored_libraries": "Libraries/libzmq-watchos.a" |
| }, |
| "preserve_paths": "Sources/*.{a,h}", |
| "swift_version": "5" |
| } |