blob: 1c0d4497d22f93783419d5de4d1f4775ae9d269b [file] [log] [blame]
{
"name": "FDGroupIconView",
"version": "0.2.0",
"summary": "Setup Group Icon more easier. You just need One line is enough.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fandylau": "fandylau2011@outlook.com"
},
"homepage": "https://github.com/FandyLiu/FDGroupIconView",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/FandyLiu/FDGroupIconView.git",
"tag": "0.2.0",
"submodules": true
},
"requires_arc": true,
"source_files": "FDGroupIconView/**/*.{h,m}",
"public_header_files": "FDGroupIconView/**/*.{h}",
"resource_bundles": {
"FDGroupIconView": [
"FDGroupIconView/FDGroupIconResource.bundle/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~> 3.7.5"
]
}
}