[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 3 / 4 / TestTabBarLibrary / 1.1.0 / TestTabBarLibrary.podspec.json
blob3b73f220e028afe56042cab9c4850d3005ba4bec
2   "name": "TestTabBarLibrary",
3   "version": "1.1.0",
4   "summary": "TestTabBarLibrary is Tab Bar project created for simplify the creation and integration of Tab Bar item.",
5   "description": "This project will allow developper to integrate a Tab Bar into their own project. They can define the color, the number of items (and their width), if they want to have a search view or not, if they want their Tab Bar to be at the top, the bottom, the right or the left of the screen. And if they want to much items for the screen, a 'more' item will allow them to access the items that cannot be directly on the Tab Bar.",
6   "homepage": "https://github.com/lukile/TestTabBarLibrary",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lukile": "lucile.1988.ls@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lukile/TestTabBarLibrary.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TestTabBar/*.{swift,h}",
22   "swift_version": "4.2",
23   "frameworks": "SnapKit",
24   "dependencies": {
25     "SnapKit": [
27     ]
28   }