[Add] PooTools 1.9.56
[CocoaPods.git] / Specs / c / 4 / d / LILKit / 0.0.10 / LILKit.podspec.json
blob50ddc0be27d3f0a3f9482cde5fcdbc25d2612d54
2   "name": "LILKit",
3   "version": "0.0.10",
4   "summary": "My Objective-C boilerplate junk.",
5   "description": "Objective-C stuff like:\n* transformers \n*categories and \n* my log formatter",
6   "homepage": "https://github.com/gushov/LILKit",
7   "license": "MIT",
8   "authors": {
9     "August Hovland": "gushov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/gushov/LILKit.git",
13     "tag": "0.0.10"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "LILKit/**/*",
20   "dependencies": {
21     "CocoaLumberjack": [
22       "2.0.0"
23     ],
24     "ReactiveCocoa": [
25       "~> 2.5"
26     ]
27   }