blob: b21b54fbb9543d715ec6b7024afd42981ffeaaac [file] [log] [blame]
{
"name": "TypetalkKit",
"version": "0.2.6",
"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.2.6"
},
"source_files": "Source/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Alamofire": [
"~> 1.1.4"
],
"JSONHelper": [
"~> 1.4.1"
],
"Starscream": [
"~> 0.9.2"
]
},
"requires_arc": true
}