[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 1 / LKTwitterKit / 0.1.3 / LKTwitterKit.podspec.json
blobecdff66e0681081a9497f24b90707dae413d7d8a
2   "name": "LKTwitterKit",
3   "version": "0.1.3",
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.3"
20   },
21   "source_files": "LKTwitterKit",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "Accounts",
26     "Social"
27   ],
28   "requires_arc": true