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