[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / c / 1 / ODBlocks / 1.5.2 / ODBlocks.podspec.json
blobf8eba90342ba2f19a8f9a66ff325a2902ca158da
2   "name": "ODBlocks",
3   "version": "1.5.2",
4   "summary": "Utility classes for working with Objective-C blocks.",
5   "homepage": "https://github.com/Rogaven/ODX.Blocks",
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.Blocks.git",
15     "tag": "1.5.2"
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     "ODProperties": [
26       "~> 1.0"
27     ]
28   }