[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / f / 1 / DBProfileViewController / 2.0.1 / DBProfileViewController.podspec.json
blob99ee7d63f5a97f853f09ab2d01c130e573e0c4da
2   "name": "DBProfileViewController",
3   "version": "2.0.1",
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.1"
13   },
14   "social_media_url": "https://twitter.com/devboyer",
15   "screenshots": [
16     "https://raw.githubusercontent.com/DevonBoyer/DBProfileViewController/master/Screenshots/db-profile-screenshot-1.png",
17     "https://raw.githubusercontent.com/DevonBoyer/DBProfileViewController/master/Screenshots/db-profile-screenshot-2.png"
18   ],
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": "Source/**/*",
24   "resource_bundles": {
25     "DBProfileViewController": [
26       "Assets/*.png"
27     ]
28   },
29   "public_header_files": "Source/**/*.h",
30   "private_header_files": "Source/Private/**/*.h",
31   "frameworks": "UIKit",
32   "dependencies": {
33     "FXBlurView": [
34       "~> 1.6.4"
35     ]
36   }