blob: ec80a13fda76e01af43d6492c86aa013a24d4e47 [file] [log] [blame]
{
"name": "GMRequest",
"version": "1.1.2",
"summary": "A library for simplifying AFNetwork`s uses.",
"description": "GMRequest is based on AFNetwork library,providing a more simple encapsulation for sending requests,and you can send a request synchronously.",
"homepage": "https://github.com/yuexygoodman/GMRequest",
"license": "MIT",
"authors": "Good Man",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yuexygoodman/GMRequest.git",
"tag": "1.1.2"
},
"source_files": "GMRequest/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
]
}
}