[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 0 / 1 / LKTwitterKit / 0.1.2 / LKTwitterKit.podspec.json
blobb8b8ae162b2cf3be23781206721b7158fc117aa8
2   "name": "LKTwitterKit",
3   "version": "0.1.2",
4   "summary": "A small Twitter library written in Swift",
5   "description": "LKTwitterKit is a library that allows you to access some basic Twitter features (tweet, follow, etc.) in your iOS app",
6   "homepage": "http://github.com/lukaskollmer/LKTwitterKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lukas Kollmer": "lukas@kollmer.me"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/lukaskollmer/LKTwitterKit.git",
19     "tag": "0.1.2"
20   },
21   "source_files": "LKTwitterKit",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "Accounts",
26     "Social"
27   ],
28   "requires_arc": true