[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / d / MPNetworking / 0.0.6 / MPNetworking.podspec.json
blob237dbf11ced48d0c9754de484d8131966129f407
2   "name": "MPNetworking",
3   "version": "0.0.6",
4   "summary": "Network abstraction layer written in Swift",
5   "description": "Allows to abstract your networking layer. MPNetworking doesn't use singleton patterns",
6   "homepage": "https://github.com/kutan74/MPNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kutan Çıngısız": "cingisiz.akutan@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/kutan74/MPNetworking.git",
19     "tag": "0.0.6"
20   },
21   "swift_versions": "4.2",
22   "source_files": "MPNetworking/Source/**/*",
23   "frameworks": "Foundation",
24   "swift_version": "4.2"