[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 7 / b / BDBPopupViewController / 1.0.1 / BDBPopupViewController.podspec.json
bloba3826b89b38120754bb37377b5967a2c4bbdef1c
2   "name": "BDBPopupViewController",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "A UIViewController category for presenting custom view controllers modally.",
6   "homepage": "https://github.com/bdbergeron/BDBPopupViewController",
7   "authors": {
8     "Bradley David Bergeron": "brad@bradbergeron.com"
9   },
10   "source": {
11     "git": "https://github.com/bdbergeron/BDBPopupViewController.git",
12     "tag": "1.0.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "BDBPopupViewController/*.{h,m}",
19   "public_header_files": "BDBPopupViewController/*.h",
20   "dependencies": {
21     "AHEasing": [
22       "~> 1.1"
23     ]
24   }