[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / 1 / GMRequest / 1.1.2 / GMRequest.podspec.json
blobec80a13fda76e01af43d6492c86aa013a24d4e47
2   "name": "GMRequest",
3   "version": "1.1.2",
4   "summary": "A library for simplifying AFNetwork`s uses.",
5   "description": "GMRequest is based on AFNetwork library,providing a more simple encapsulation for sending requests,and you can send a request synchronously.",
6   "homepage": "https://github.com/yuexygoodman/GMRequest",
7   "license": "MIT",
8   "authors": "Good Man",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/yuexygoodman/GMRequest.git",
14     "tag": "1.1.2"
15   },
16   "source_files": "GMRequest/**/*.{h,m}",
17   "dependencies": {
18     "AFNetworking": [
19       "~> 3.2.0"
20     ]
21   }