blob: 90e7def5d985a54ff011888628d31cd7545923cf [file] [log] [blame]
{
"name": "hlview",
"version": "0.0.2",
"summary": "pod测试",
"description": "pod测试,支持CocoaPods",
"homepage": "https://github.com/heliang219/hlview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heliang": "heliang219@foxmail.com"
},
"social_media_url": "https://github.com/heliang219",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/heliang219/hlview.git",
"tag": "0.0.2"
},
"source_files": "hlview/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"module_name": "hlview",
"dependencies": {
"SDWebImage": [
]
}
}