blob: c5df9a0e04fdb2e02ff3be436fbcd45672ace552 [file] [log] [blame]
{
"name": "DBProfileViewController",
"version": "1.0.0",
"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": "1.0.0"
},
"social_media_url": "https://twitter.com/devboyer",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resource_bundles": {
"DBProfileViewController": [
"Assets/*.png"
]
},
"public_header_files": "Source/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"UIImageEffects": [
"~> 0.0.1"
]
}
}