[Delete] YLCategory-Swift-MacOS 1.0.3
[CocoaPods.git] / Specs / 8 / c / a / SGSHTTPModule / 0.2.1 / SGSHTTPModule.podspec.json
blob7fd028eab16196976555ec08a13d48c0062600e8
2   "name": "SGSHTTPModule",
3   "version": "0.2.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.2.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   }