[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 2 / 4 / MJExtensionValidation / 1.0.0 / MJExtensionValidation.podspec.json
blob38ff9b743d056747ed3aa9fc5e2a969f660066d2
2   "name": "MJExtensionValidation",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Provides an opportunity of validating converted model objects for MJExtension.",
9   "homepage": "https://github.com/ElfSundae/MJExtensionValidation",
10   "authors": {
11     "Elf Sundae": "https://0x123.com"
12   },
13   "source": {
14     "git": "https://github.com/ElfSundae/MJExtensionValidation.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.8"
20   },
21   "source_files": "MJExtensionValidation/**/*.{h,m}",
22   "dependencies": {
23     "MJExtension": [
24       "~> 3.0"
25     ]
26   }