blob: dde1460f4fe5962f3c55adbd5560d44608a4ce54 [file] [log] [blame]
{
"name": "VOKUtilities",
"version": "0.9.0",
"summary": "Assorted category and utility classes for iDevelopment",
"homepage": "https://github.com/vokal/VOKUtilities",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vokal": "hello@vokal.io"
},
"source": {
"git": "https://github.com/vokal/VOKUtilities.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0",
"osx": "10.9"
},
"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": "7.0",
"tvos": "9.0"
},
"source_files": "Pod/UIColor+VOKAL/*.{h,m}"
},
{
"name": "VOKIBHelpers",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source_files": "Pod/VOKIBHelpers/*.{h,m}"
},
{
"name": "UIView+VOKDebug",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source_files": "Pod/UIView+VOKDebug/*.{h,m}"
},
{
"name": "UIView+VOKCircle",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source_files": "Pod/UIView+VOKCircle/*.{h,m}"
},
{
"name": "UIViewController+VOKKeyboard",
"platforms": {
"ios": "7.0"
},
"source_files": "Pod/UIViewController+VOKKeyboard/*.{h,m}"
},
{
"name": "VOKEmailHelper",
"platforms": {
"ios": "7.0"
},
"source_files": "Pod/VOKEmailHelper/*.{h,m}"
},
{
"name": "VOKAlertHelper",
"platforms": {
"ios": "7.0"
},
"source_files": "Pod/VOKAlertHelper/*.{h,m}"
}
]
}