[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / e / 5 / PLFormViewController / 0.1.1 / PLFormViewController.podspec.json
blob24f8ae0958143a0eeafb7fd75e31c7c02700a983
2   "name": "PLFormViewController",
3   "version": "0.1.1",
4   "summary": "An extension of PLForm to make building forms into a table view supper easy.",
5   "homepage": "https://github.com/PitchLabsAsh/PLFormViewController",
6   "license": "MIT",
7   "authors": {
8     "Ash Thwaites": "ash@trypitch.com"
9   },
10   "source": {
11     "git": "https://github.com/PitchLabsAsh/PLFormViewController.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "PLFormViewController": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "dependencies": {
25     "PureLayout": [
27     ],
28     "PLForm": [
30     ],
31     "PLTableManager": [
33     ]
34   }