[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / e / 0 / 1 / LBNTools / 0.0.1 / LBNTools.podspec.json
blob97ff960393211548fe851bffd5ab90615b0d63ca
2   "name": "LBNTools",
3   "version": "0.0.1",
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.1"
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   }