blob: 4099512c11f867410b3eb0b45192fb8208110e9f [file] [log] [blame]
{
"name": "TypetalkKit",
"version": "0.3.0",
"summary": "An unofficial web API client for Typetalk, a web service for team disscussions.",
"homepage": "https://github.com/safx/TypetalkKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MATSUMOTO Yuji": "safxdev@gmail.com"
},
"source": {
"git": "https://github.com/safx/TypetalkKit.git",
"tag": "0.3.0"
},
"source_files": "Source/**/*.swift",
"platforms": {
"ios": "8.4",
"osx": "10.10"
},
"dependencies": {
"APIKit": [
"~> 1.1.1"
],
"Starscream": [
"~> 1.0.2"
]
},
"requires_arc": true
}