blob: d5b92ee51e70303dd90ddc89c58f6398f95fd873 [file] [log] [blame]
{
"name": "HELargeCenterTabBarController",
"version": "2.0.0",
"homepage": "https://github.com/HsoiEnterprises/HELargeCenterTabBarController",
"source": {
"git": "https://github.com/HsoiEnterprises/HELargeCenterTabBarController.git",
"tag": "v2.0.0"
},
"summary": "A Swift UITabBarController with a larger center tab.",
"authors": {
"John C. Daub (@hsoi)": "hsoi@hsoienterprises.com"
},
"social_media_url": "https://twitter.com/hsoienterprises",
"description": "HELargeCenterTabBarController is a 100% Swift implementation of a UITabBarController with a lager center tab. \nThe center tab can be used in the typical manner where a tap switches to display the associated ViewController, or the center tab can be used in an alternate manner where the tap does not switch ViewControllers but instead executes a target-action.\n\nSimple. Lightweight. To-the-point.",
"requires_arc": true,
"license": {
"type": "BSD 3-clause “New” or “Revised”",
"file": "LICENSE"
},
"source_files": [
"HELargeCenterTabBarController/*.swift",
"HELargeCenterTabBarController/*.h"
],
"platforms": {
"ios": "8.0"
},
"module_name": "HELargeCenterTabBarController"
}