blob: 2d888299a3488c74ac1ffe99733726d418ffc6c8 [file] [log] [blame]
{
"name": "JXPostAndGet",
"version": "0.1.0",
"summary": "A simple class provides basic POST and GET methods.",
"description": "This CococaPod provides the basic POST and GET methods to post and get data from url strings.",
"homepage": "https://github.com/Sos1991/JXPostAndGet",
"license": "MIT",
"authors": {
"Jack Soong": "sos1991@qq.com"
},
"source": {
"git": "https://github.com/Sos1991/JXPostAndGet.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JXPostAndGet": [
"Pod/Assets/*.png"
]
}
}