blob: 9596b7ee9eafd880b02febd879b26f4758fab2f6 [file] [log] [blame]
{
"name": "HDDialog",
"version": "3.4.0",
"summary": "A dialog for iOS.",
"homepage": "https://github.com/ddoger/HDDialog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ddoger": "739631041@qq.com"
},
"source": {
"git": "https://github.com/ddoger/HDDialog.git",
"tag": "3.4.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "HDDialog/Classes/**/*.{h}",
"source_files": "HDDialog/Classes/**/*.{h,m}",
"resource_bundles": {
"HDDialog": [
"HDDialog/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit",
"CoreImage"
]
}