[Add] OddsConverter 1.0
[CocoaPods.git] / Specs / 9 / b / 0 / GMNetLib / 0.1.1 / GMNetLib.podspec.json
blob2b25ff7e106e7f6989bcf03fbe6bfe2dbcd1826c
2   "name": "GMNetLib",
3   "version": "0.1.1",
4   "summary": "iOS 网络请求框架",
5   "description": "基于libcurl封装的网络请求框架",
6   "homepage": "https://github.com/win-trust/GMNetLib.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LiuKunpeng": "1219440050@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/win-trust/GMNetLib.git",
19     "tag": "0.1.1"
20   },
21   "source_files": "GMNetLib.framework/Headers/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "libraries": [
27     "c++",
28     "z"
29   ],
30   "requires_arc": true