blob: 30c4e0cf24d3ecb0bdcabae09fe389a80e16f41f [file] [log] [blame]
{
"name": "YSNetworkDemo",
"version": "0.1.0",
"summary": "A short description of YSNetworkDemo.",
"description": "This is a high level network framework.",
"homepage": "https://github.com/yangha1/YSNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangha1": "maomaoerfff@hotmail.com"
},
"source": {
"git": "https://github.com/yangha1/YSNetwork.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YSNetwork/YSNetwork/Classes/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.0.1"
]
}
}