[Add] PrimerSDK 2.32.1
[CocoaPods.git] / Specs / e / 0 / 1 / LBNTools / 0.0.8 / LBNTools.podspec.json
blob0c5dca2e7a4d4893f85c219f41a61295f4126079
2   "name": "LBNTools",
3   "version": "0.0.8",
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": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luciano Bastos Nunes": "sciasxp@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/sciasxp/LBNTools.git",
19     "tag": "0.0.8"
20   },
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "LBNTools": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "requires_arc": true,
28   "dependencies": {
29     "Reachability": [
30       "~> 3"
31     ]
32   }