[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 7 / d / MPNetworking / 0.0.2 / MPNetworking.podspec.json
blob762a28ac2ad3603d8744a296c0947d80dc49a582
2   "name": "MPNetworking",
3   "version": "0.0.2",
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   "social_media_url": "https://twitter.com/kutancingisiz",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/kutan74/MPNetworking.git",
20     "tag": "0.0.2"
21   },
22   "swift_versions": "4.2",
23   "source_files": "MPNetworking/**/*.{h,m}",
24   "swift_version": "4.2"