[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / d / f / 2 / SFHttp / 2.0.0 / SFHttp.podspec.json
blobd0a6dfd70e9fad230f4394cac6e0e646af61b3c6
2   "name": "SFHttp",
3   "version": "2.0.0",
4   "authors": {
5     "ruibox001": "wangshengyuancrazy@163.com"
6   },
7   "homepage": "https://github.com/ruibox001/SFHttp",
8   "summary": "SFHttp 是基于AFNetworking的封装的网络请求类",
9   "source": {
10     "git": "https://github.com/ruibox001/SFHttp.git",
11     "tag": "v2.0.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "SFHttp",
23     "SFHttp/**/*.{h,m}"
24   ],
25   "frameworks": "UIKit",
26   "pod_target_xcconfig": {
27     "OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
28   }