[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / 7 / 2 / ODStringify / 1.0.0 / ODStringify.podspec.json
blob60a15c7ac2d108a793909c36b2440bf8ca747d82
2   "name": "ODStringify",
3   "version": "1.0.0",
4   "summary": "Stringify functions, classes, properties and defines",
5   "homepage": "https://github.com/Rogaven/ODStringify",
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/ODStringify.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.6",
20     "watchos": "1.0",
21     "tvos": "9.0"
22   },
23   "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",
24   "requires_arc": true,
25   "frameworks": "Foundation",
26   "source_files": "src/**/*",
27   "public_header_files": "src/include/**/*"