[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / a / MK-Moya / 0.0.2 / MK-Moya.podspec.json
blob4d9bbd17e11bcfe2121da4f0d285c0437aa486e1
2   "name": "MK-Moya",
3   "version": "0.0.2",
4   "summary": "A short description of MK-Moya.",
5   "description": "quickly build a networking in project",
6   "homepage": "https://github.com/Captain-MK/MK-Moya.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Captain-MK": "476618228@qq.com"
13   },
14   "social_media_url": "https://github.com/Captain-MK",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Captain-MK/MK-Moya.git",
20     "tag": "0.0.2"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/*",
27       "dependencies": {
28         "Moya": [
29           "~> 11"
30         ]
31       },
32       "frameworks": [
33         "Foundation",
34         "UIKit"
35       ]
36     }
37   ]