blob: 5a5f5e1acd0b2ccbcd97f7869a519f2359b8e883 [file] [log] [blame]
{
"name": "TypetalkKit",
"version": "0.2.1",
"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.1"
},
"source_files": "Source/**/*.swift",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Alamofire": [
"~> 1.1.3"
],
"JSONHelper": [
"~> 1.3.2"
]
},
"frameworks": "UIKit",
"requires_arc": true
}