[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / b / 1 / MyViewController / 0.0.2 / MyViewController.podspec.json
blob0d4edd28b1aa88f0e713be31e94f11f867bfb802
2   "name": "MyViewController",
3   "version": "0.0.2",
4   "summary": "Helpful additions for common view controller features. ",
5   "description": "    Helpful additions for common view controller features. Provides a nifty keyboard with controls as well as ordering of text fields, and validation.\n",
6   "homepage": "https://github.com/premosystems/MyViewController",
7   "license": "MIT",
8   "authors": {
9     "Vincil Bishop": "vincil.bishop@vbishop.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/premosystems/MyViewController.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "resources": "MyViewController.podspec",
23   "prefix_header_contents": [
24     "#import \"Underscore.h\"",
25     "#ifndef _",
26     "#define _ Underscore",
27     "#endif"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "TPKeyboardAvoiding": [
32       "~> 1.2.3"
33     ],
34     "ALPValidator": [
35       "~> 0.0.3"
36     ],
37     "APLKeyboardControls": [
38       "~> 0.1.2"
39     ],
40     "MyiOSViewHelpers/Categories": [
41       "~> 1.0.1"
42     ],
43     "JRSwizzle": [
44       "~> 1.0"
45     ],
46     "TWMessageBarManager": [
47       "~> 1.7.0"
48     ],
49     "ObjcAssociatedObjectHelpers": [
50       "~> 1.2.1"
51     ],
52     "Underscore.m": [
53       "~> 0.2.0"
54     ]
55   }