blob: 4ec71b743722d5d2d9e5149d846998d68aa08d1b [file] [log] [blame]
{
"name": "TypetalkKit",
"version": "0.2.3",
"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.3"
},
"source_files": "Source/**/*.swift",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Alamofire": [
"~> 1.1.3"
],
"JSONHelper": [
"~> 1.3.2"
]
},
"requires_arc": true
}