blob: 4eb6ef57d7ed9b66f801154fbae10fe4d16067d4 [file] [log] [blame]
{
"name": "MyViewController",
"version": "0.0.4",
"summary": "Helpful additions for common view controller features. ",
"description": " Helpful additions for common view controller features. Provides a nifty keyboard with controls as well as ordering of text fields, and validation.\n",
"homepage": "https://github.com/premosystems/MyViewController",
"license": "MIT",
"authors": {
"Vincil Bishop": "vincil.bishop@vbishop.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/premosystems/MyViewController.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": "MyViewController.podspec",
"prefix_header_contents": [
"#import \"Underscore.h\"",
"#ifndef _",
"#define _ Underscore",
"#endif"
],
"requires_arc": true,
"dependencies": {
"TPKeyboardAvoiding": [
"~> 1.2.3"
],
"ALPValidator": [
"~> 0.0.3"
],
"APLKeyboardControls": [
"~> 0.1.2"
],
"MyiOSViewHelpers/Categories": [
"~> 1.0.1"
],
"JRSwizzle": [
"~> 1.0"
],
"TWMessageBarManager": [
"~> 1.7.0"
],
"ObjcAssociatedObjectHelpers": [
"~> 1.2.1"
],
"Underscore.m": [
"~> 0.2.0"
]
}
}