[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 5 / e / LITSwiftToolkit / 0.0.1 / LITSwiftToolkit.podspec.json
blob02d27ca959ecee8f1db18c56ecfbf6559385c1a1
2   "name": "LITSwiftToolkit",
3   "version": "0.0.1",
4   "summary": "Lightweight swift toolkit that wrap all unnecessaries under the hood",
5   "description": "If you build applications in MVC way, you could use this toolkit easy.\nSome helpful extensions are shiped.",
6   "homepage": "https://github.com/LightweightInTouch/LITSwiftToolkit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitry Lobanov": "gaussblurinc@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/LightweightInTouch/LITSwiftToolkit.git",
19     "submodules": false,
20     "tag": "0.0.1"
21   },
22   "source_files": "LITSwiftToolkit/Tools/**/*.{swift}",
23   "exclude_files": "Examples",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true