[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 8 / 9 / ODSerialization / 1.6.1 / ODSerialization.podspec.json
blob2e4f4ea11092e063b5b2971f7eb506c941dcd78c
2   "name": "ODSerialization",
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     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "frameworks": "Foundation",
25   "source_files": "src/**/*",
26   "public_header_files": "src/**/*.h",
27   "dependencies": {
28     "ODTransformation": [
29       "~> 1.0"
30     ],
31     "ODValidation": [
32       "~> 1.0"
33     ],
34     "ODRuntime": [
35       "~> 1.2"
36     ]
37   },
38   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n  #define TARGET_OS_TV 0\n#endif"