blob: 067da59e67c2a40166e248783358f91ba1955a59 [file] [log] [blame]
{
"name": "VOKUtilities",
"version": "0.16.0",
"summary": "Assorted category and utility classes for iDevelopment",
"homepage": "https://github.com/vokal/VOKUtilities",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vokal": "ios@vokal.io"
},
"source": {
"git": "https://github.com/vokal/VOKUtilities.git",
"tag": "0.16.0"
},
"platforms": {
"ios": "11.0",
"tvos": "9.0",
"osx": "10.9",
"watchos": "3.0"
},
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "VOKKeyPathHelper",
"source_files": "Pod/VOKKeyPathHelper/*.{h,m}"
},
{
"name": "NSCalendar+VOKAL",
"source_files": "Pod/NSCalendar+VOKAL/*.{h,m}"
},
{
"name": "NSString+VOKValidation",
"source_files": "Pod/NSString+VOKValidation/*.{h,m}"
},
{
"name": "NSPredicate+VOKAL",
"source_files": "Pod/NSPredicate+VOKAL/*.{h,m}"
},
{
"name": "NSNumberFormatter+VOKAL",
"source_files": "Pod/NSNumberFormatter+VOKAL/*.{h,m}"
},
{
"name": "UIColor+VOKAL",
"platforms": {
"ios": "11.0",
"tvos": "9.0",
"watchos": "3.0"
},
"source_files": "Pod/UIColor+VOKAL/*.{h,m}"
},
{
"name": "VOKIBHelpers",
"platforms": {
"ios": "11.0",
"tvos": "9.0"
},
"source_files": "Pod/VOKIBHelpers/*.{h,m}"
},
{
"name": "UIView+VOKDebug",
"platforms": {
"ios": "11.0",
"tvos": "9.0"
},
"source_files": "Pod/UIView+VOKDebug/*.{h,m}"
},
{
"name": "UIView+VOKCircle",
"platforms": {
"ios": "11.0",
"tvos": "9.0"
},
"source_files": "Pod/UIView+VOKCircle/*.{h,m}"
},
{
"name": "UIViewController+VOKKeyboard",
"platforms": {
"ios": "11.0"
},
"source_files": "Pod/UIViewController+VOKKeyboard/*.{h,m}"
},
{
"name": "VOKEmailHelper",
"platforms": {
"ios": "11.0"
},
"source_files": "Pod/VOKEmailHelper/*.{h,m}"
},
{
"name": "VOKAlertHelper",
"platforms": {
"ios": "11.0"
},
"source_files": "Pod/VOKAlertHelper/*.{h,m}"
},
{
"name": "VOKNavigationHelper",
"platforms": {
"ios": "11.0"
},
"source_files": "Pod/VOKNavigationHelper/*.{h,m}"
},
{
"name": "VOKSwiftHelpers",
"platforms": {
"ios": "11.0"
},
"source_files": "Pod/VOKSwiftHelpers/*.swift"
},
{
"name": "VOKSwiftTestingHelpers",
"platforms": {
"ios": "11.0"
},
"source_files": "Pod/VOKSwiftTestingHelpers/*.swift"
}
]
}