[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / f / 1 / DBProfileViewController / 2.0.0 / DBProfileViewController.podspec.json
blobcc6d50312678fd336c69c86f80ecdfc511e998eb
2   "name": "DBProfileViewController",
3   "version": "2.0.0",
4   "summary": "A customizable library for creating stunning user profiles.",
5   "homepage": "https://github.com/devonboyer/DBProfileViewController",
6   "license": "MIT",
7   "authors": {
8     "Devon Boyer": "hello@devonboyer.com"
9   },
10   "source": {
11     "git": "https://github.com/devonboyer/DBProfileViewController.git",
12     "tag": "2.0.0"
13   },
14   "social_media_url": "https://twitter.com/devboyer",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/**/*",
20   "resource_bundles": {
21     "DBProfileViewController": [
22       "Assets/*.png"
23     ]
24   },
25   "public_header_files": "Source/**/*.h",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "FXBlurView": [
29       "~> 1.6.4"
30     ]
31   }