blob: ecdff66e0681081a9497f24b90707dae413d7d8a [file] [log] [blame]
{
"name": "LKTwitterKit",
"version": "0.1.3",
"summary": "A small Twitter library written in Swift",
"description": "LKTwitterKit is a library that allows you to access some basic Twitter features (tweet, follow, etc.) in your iOS app",
"homepage": "http://github.com/lukaskollmer/LKTwitterKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lukas Kollmer": "lukas@kollmer.me"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lukaskollmer/LKTwitterKit.git",
"tag": "0.1.3"
},
"source_files": "LKTwitterKit",
"frameworks": [
"Foundation",
"UIKit",
"Accounts",
"Social"
],
"requires_arc": true
}