[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / d / f / 1 / SNNetworking / 0.1.5 / SNNetworking.podspec.json
blob5147644789620ea5786385f56f969a482441008e
2   "name": "SNNetworking",
3   "version": "0.1.5",
4   "summary": "A Network Working Group Based on AFNetWoking.",
5   "description": "A network working group based on 'AFNetWoking3.0' aims to focus on processing network requests. When the AFNetWoking framework is updated, it can quickly replace the upgrade.",
6   "homepage": "https://github.com/snlo/SNNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snlo": "snloveydus@sina.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/snlo/SNNetworking.git",
19     "tag": "0.1.5"
20   },
21   "source_files": "SNNetworking/SNNetworking/**/*.{h,m}",
22   "requires_arc": true,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "dependencies": {
27     "AFNetworking": [
29     ],
30     "SNTool": [
32     ],
33     "SNFoundation": [
35     ]
36   }