[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / b / d / ODX.Serialization / 1.6.0 / ODX.Serialization.podspec.json
blob31f2df97d2242441040fbabf6584b95f937d020f
2   "name": "ODX.Serialization",
3   "version": "1.6.0",
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.0"
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   }