[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / c / a / SGSHTTPModule / 0.2.0 / SGSHTTPModule.podspec.json
blob0f56070e835d2448892cee3683ab364b84082733
2   "name": "SGSHTTPModule",
3   "version": "0.2.0",
4   "summary": "基于 AFNetworking 封装的 HTTP 请求组件",
5   "homepage": "http://112.94.224.243:8081/kun.li/sgshttpmodule/tree/master",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lee": "kun.li@southgis.com"
12   },
13   "source": {
14     "git": "http://112.94.224.243:8081/kun.li/sgshttpmodule.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "SGSHTTPModule/Classes/**/*",
21   "public_header_files": "SGSHTTPModule/Classes/**/*.{h}",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ]
26   }