[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / e / c / Mocoa / 1.0.0 / Mocoa.podspec.json
blobe7ee3cfe34012b1d10be3b978ce7af6fd366ab25
2   "name": "Mocoa",
3   "version": "1.0.0",
4   "summary": "Mocoa for Swfit",
5   "description": "Mocoa is an MVVM Libary for iOS.",
6   "homepage": "https://github.com/Xezun/Mocoa",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xezun": "developer@xezun.com"
13   },
14   "source": {
15     "git": "https://github.com/Xezun/Mocoa.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "XZ_FRAMEWORK=1"
23   },
24   "swift_versions": "5.0",
25   "subspecs": [
26     {
27       "name": "Code",
28       "source_files": "Mocoa/Code/**/*.{h,m,swift}"
29     }
30   ],
31   "swift_version": "5.0"