[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / a / b / ObjcModelValidation / 0.1 / ObjcModelValidation.podspec.json
blob86cb46068b4108811bf308015c422670d45476b3
2   "name": "ObjcModelValidation",
3   "version": "0.1",
4   "summary": "Port of ActiveRecord Validators to Objective-C.",
5   "homepage": "https://github.com/nerdishbynature/ObjcModelValidation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Piet Brauer": "piet@nerdishbynature.com"
12   },
13   "source": {
14     "git": "https://github.com/nerdishbynature/ObjcModelValidation.git",
15     "tag": "0.1"
16   },
17   "source_files": [
18     "Classes",
19     "Classes/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "PBLog": [
24       "~> 0.1"
25     ]
26   }