blob: 763b75371264c64c056d9e1b3099a46ec85786fd [file] [log] [blame]
{
"name": "VOKUtilities",
"version": "0.11.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.11.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9",
"watchos": "3.0"
},
"requires_arc": true,
"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": "8.0",
"tvos": "9.0",
"watchos": "3.0"
},
"source_files": "Pod/UIColor+VOKAL/*.{h,m}"
},
{
"name": "VOKIBHelpers",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Pod/VOKIBHelpers/*.{h,m}"
},
{
"name": "UIView+VOKDebug",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Pod/UIView+VOKDebug/*.{h,m}"
},
{
"name": "UIView+VOKCircle",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Pod/UIView+VOKCircle/*.{h,m}"
},
{
"name": "UIViewController+VOKKeyboard",
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/UIViewController+VOKKeyboard/*.{h,m}"
},
{
"name": "VOKEmailHelper",
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/VOKEmailHelper/*.{h,m}"
},
{
"name": "VOKAlertHelper",
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/VOKAlertHelper/*.{h,m}"
},
{
"name": "VOKNavigationHelper",
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/VOKNavigationHelper/*.{h,m}"
}
]
}