[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / e / 0 / 1 / LBNTools / 0.0.4 / LBNTools.podspec.json
blob3d08f96f7a39cb396bdf9b9b36ada632cfecc338
2   "name": "LBNTools",
3   "version": "0.0.4",
4   "summary": "Some methods tools I use in most of my projects. A colection of facilitators methods.",
5   "description": "In this class I include class methods with facilitators methods that I most use in my projects. In this initial version is included three methods.",
6   "homepage": "https://github.com/sciasxp/LBNTools",
7   "license": "MIT",
8   "authors": {
9     "Luciano Bastos Nunes": "sciasxp@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sciasxp/LBNTools.git",
13     "tag": "0.0.4"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "LBNTools": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Reachability": [
27       "~> 3"
28     ]
29   }