blob: a4c464af32ee9cc508fef8477bddefa65e2a7ab9 [file] [log] [blame]
{
"name": "DBProfileViewController",
"version": "2.0.2",
"summary": "A customizable library for creating stunning user profiles.",
"homepage": "https://github.com/devonboyer/DBProfileViewController",
"license": "MIT",
"authors": {
"Devon Boyer": "hello@devonboyer.com"
},
"source": {
"git": "https://github.com/devonboyer/DBProfileViewController.git",
"tag": "2.0.2"
},
"social_media_url": "https://twitter.com/devboyer",
"screenshots": [
"https://raw.githubusercontent.com/DevonBoyer/DBProfileViewController/master/Screenshots/db-profile-screenshot-1.png",
"https://raw.githubusercontent.com/DevonBoyer/DBProfileViewController/master/Screenshots/db-profile-screenshot-2.png"
],
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resource_bundles": {
"DBProfileViewController": [
"Assets/*.png"
]
},
"public_header_files": "Source/**/*.h",
"private_header_files": "Source/Private/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"FXBlurView": [
"~> 1.6.4"
]
}
}