[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 2 / 9 / REValidation / 0.1.1 / REValidation.podspec.json
blobde819669c354d46e037245eb9e3bbaa89ad64954
2   "name": "REValidation",
3   "version": "0.1.1",
4   "authors": {
5     "Roman Efimov": "romefimov@gmail.com"
6   },
7   "homepage": "https://github.com/romaonthego/REValidation",
8   "summary": "Simple Objective-C object validation.",
9   "source": {
10     "git": "https://github.com/romaonthego/REValidation.git",
11     "tag": "0.1.1"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "REValidation",
20     "REValidation/Validators"
21   ],
22   "public_header_files": [
23     "REValidation/*.h",
24     "REValidation/Validators/*.h"
25   ],
26   "platforms": {
27     "ios": "5.0",
28     "osx": "10.7"
29   }