blob: 7da11772a41bc256f3e6210c47a12862f693e6f6 [file] [log] [blame]
{
"name": "HostManager",
"version": "1.0.0",
"summary": "连接地址管理",
"description": "一个可以修改网络连接地址的工具类",
"homepage": "https://github.com/openerteam/HostManagerLibrary-IPhone",
"license": "MIT",
"authors": {
"North": "yangwork@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/openerteam/HostManagerLibrary-IPhone.git",
"tag": "1.0.0"
},
"source_files": "HostManager/HostManager/*.{h,m}",
"exclude_files": "Classes/Exclude",
"resources": "HostManager/HostManager/resources/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}