[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / f / 8 / ODX.Core / 2.0.0 / ODX.Core.podspec.json
blob857ab51dc84050a3f157047d5e9da826bbda214e
2   "name": "ODX.Core",
3   "version": "2.0.0",
4   "summary": "Set of utility classes and methods for iOS & OSX apps.",
5   "homepage": "https://github.com/Rogaven/ODX.Core",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Alexey Nazaroff": "alexx.nazaroff@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Rogaven/ODX.Core.git",
15     "tag": "2.0.0"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.6",
20     "watchos": "1.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "frameworks": "Foundation",
25   "source_files": "src/**/*",
26   "public_header_files": "src/**/*",
27   "dependencies": {
28     "ODDispatch": [
30     ],
31     "ODLog": [
33     ],
34     "ODPath": [
36     ],
37     "ODProperties": [
39     ],
40     "ODRuntime": [
42     ],
43     "ODSerialization": [
45     ],
46     "ODStringify": [
48     ],
49     "ODTransformation": [
51     ],
52     "ODValidation": [
54     ],
55     "ODWeakify": [
57     ]
58   }