[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / 6 / ODDispatch / 1.0.2 / ODDispatch.podspec.json
blob203cc15829302c54fdfe2538dcb7768fea93f3ec
2   "name": "ODDispatch",
3   "version": "1.0.2",
4   "summary": "GCD/DispatchQueue syntax sugar for ObjC",
5   "homepage": "https://github.com/nzrsky/ODDispatch",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Alexey Nazarov": "alexx.nazaroff@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/nzrsky/ODDispatch.git",
15     "tag": "1.0.2"
16   },
17   "social_media_url": "https://twitter.com/nzrsky",
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.10",
21     "watchos": "5.0",
22     "tvos": "10.0"
23   },
24   "requires_arc": true,
25   "source_files": "src/**/*.{h,m}",
26   "frameworks": "Foundation",
27   "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",
28   "dependencies": {
29     "ODStringify": [
30       "~> 1.1.5"
31     ]
32   }