[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 2 / 4 / FormKit.m / 0.4.0 / FormKit.m.podspec.json
blob21b7a618c5ddef43ab6b75f24f04f90167cf9dad
2   "name": "FormKit.m",
3   "version": "0.4.0",
4   "summary": "FormKit.m is a library that helps building form with table view.",
5   "homepage": "https://github.com/brunow/FormKit.m",
6   "license": "Apache License 2.0",
7   "authors": {
8     "Bruno Wernimont": "hello@brunowernimont.be"
9   },
10   "source": {
11     "git": "https://github.com/brunow/FormKit.m.git",
12     "tag": "0.4.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": [
18     "FormKit/*.{h,m}",
19     "FormKit/Fields/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "BWLongTextViewController": [
24       "~> 1.0"
25     ],
26     "ActionSheetPicker2": [
27       "~> 0.1"
28     ],
29     "BWSelectViewController": [
31     ]
32   }