[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / e / 6 / 9 / ODX.Blocks / 1.5.1 / ODX.Blocks.podspec.json
blob315b83c6e9ea8c0dde1ff3d04ce5cc4bef19873e
2   "name": "ODX.Blocks",
3   "version": "1.5.1",
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.1"
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   }