[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / c / a / SGSHTTPModule / 0.1.1 / SGSHTTPModule.podspec.json
blob78e2f6cafab1ae4ffbf051c0de61347727dc454e
2   "name": "SGSHTTPModule",
3   "version": "0.1.1",
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.1.1"
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   }