blob: cdf3d238c17186727613856c9ef839f56f1b7def [file] [log] [blame]
{
"name": "ArtNetWorkingModule",
"version": "1.0.0",
"summary": "Networking based on AFN",
"description": "Guide for private pods",
"homepage": "https://github.com/LeeWongSnail/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leewong": "wangli_0632@163.com"
},
"source": {
"git": "https://gitee.com/leewong/ArtNetWorkingModule.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ArtNetWorkingModule/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"YTKNetwork": [
]
}
}