blob: d9e3a0c7d6e4521cdcee43c1fa3a1505f9c03cbb [file] [log] [blame]
{
"name": "Franz",
"version": "0.1.0",
"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"
},
"source": {
"git": "https://github.com/kellanburket/franz.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Franz": [
"Pod/Assets/*.png"
]
},
"platforms": {
"ios": "9.0"
}
}