[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 8 / a / 5 / MoeCommon / 0.1.2 / MoeCommon.podspec.json
blob15af28bb0f5b0c3e18e2fd2573807378a48dd73a
2   "name": "MoeCommon",
3   "version": "0.1.2",
4   "summary": "Moe库的公用模块",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/linyanzuo/MoeCommon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "linyanzuo1222@gmail.com": "zed@moemone.com"
13   },
14   "source": {
15     "git": "https://github.com/linyanzuo/MoeCommon.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "Classes/Base/*/*",
26       "frameworks": "UIKit"
27     },
28     {
29       "name": "Runtime",
30       "source_files": "Classes/Runtime/*",
31       "dependencies": {
32         "MoeCommon/Base": [
34         ]
35       }
36     }
37   ],
38   "swift_version": "5.0"