[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 7 / 9 / CBFormController / 0.3.0 / CBFormController.podspec.json
blobdac4b2da6868b118e04e4a09b6587c69ada88d27
2   "name": "CBFormController",
3   "version": "0.3.0",
4   "summary": "A customizable iOS Form Controller.",
5   "homepage": "https://github.com/cameronbell/CBFormController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Cameron Bell": "cameron.bell@me.com"
12   },
13   "source": {
14     "git": "https://github.com/cameronbell/CBFormController.git",
15     "tag": "0.3.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "CBFormController/Classes/**/*.{h,m}",
22   "resources": "CBFormController/Classes/**/*.{xib,ttf,otf}",
23   "frameworks": "CoreText",
24   "dependencies": {
25     "FontAwesome": [
26       "~> 4.3.0"
27     ],
28     "UITextView+Placeholder": [
30     ],
31     "MZFormSheetController": [
32       "~> 3.1"
33     ],
34     "MLPAutoCompleteTextField": [
35       "1.5"
36     ]
37   }