[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / c / f / 1 / DBProfileViewController / 1.0.4 / DBProfileViewController.podspec.json
bloba5503dacb9503a40c43d7fe93523b65c50fa3170
2   "name": "DBProfileViewController",
3   "version": "1.0.4",
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": "1.0.4"
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   }