[Add] CZarSDK 1.1.12-tobid-test05
[CocoaPods.git] / Specs / 5 / b / d / ODX.Serialization / 1.6.1 / ODX.Serialization.podspec.json
blobbfb9a34050a6e164a22c2dcc924d08c6c6c5386d
2   "name": "ODX.Serialization",
3   "version": "1.6.1",
4   "summary": "Utility classes for serialization and deserialization Objective-C objects.",
5   "homepage": "https://github.com/Rogaven/ODX.Serialization",
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.Serialization.git",
15     "tag": "1.6.1"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.6",
20     "watchos": "1.0"
21   },
22   "source_files": "src/**/*",
23   "requires_arc": true,
24   "dependencies": {
25     "ODX.Core": [
26       "~> 1.5"
27     ],
28     "ODObjCRuntime": [
29       "~> 1.1"
30     ]
31   },
32   "deprecated_in_favor_of": "ODSerialization"