blob: 2eba8c285ac4b52fbe2076dfa890211836f5a3e4 [file] [log] [blame]
{
"name": "BaseEvnTool",
"version": "1.0.1",
"summary": "base tool for developer.",
"description": "base tool for developer project",
"homepage": "https://github.com/sunyong445/BaseEvnTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunyong445": "87281923@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sunyong445/BaseEvnTool.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"BaseEvnTool/Classes/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}