blob: daa1900cbf710552c622397f2bf2ac6df5899444 [file] [log] [blame]
{
"name": "Franz",
"version": "1.0.2",
"summary": "An Apache Kafka Client for iOS and OSX.",
"description": "Franz is an Apache Kafka 0.9.0 client for iOS and OSx. Franz supports both simple and high-level consumers.",
"homepage": "https://github.com/kellanburket/franz",
"license": "MIT",
"authors": {
"kellanburket": "kellan.burket@gmail.com",
"bubba": "luke_lau@icloud.com"
},
"source": {
"git": "https://github.com/kellanburket/franz.git",
"tag": "1.0.2"
},
"requires_arc": true,
"source_files": "Sources/Franz/**/*",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.1"
}