[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / b / 6 / TWTValidation / 0.1.1 / TWTValidation.podspec.json
blob1e09050f72be5b03d75a58f3ac30a23b80f556e7
2   "name": "TWTValidation",
3   "version": "0.1.1",
4   "summary": "A Cocoa framework for validating objects and their properties declaratively.",
5   "description": "                   TWTValidation is an Objective-C framework for validating objects and their \n                   properties declaratively.\"\n",
6   "authors": {
7     "Two Toasters": "general@twotoasters.com"
8   },
9   "homepage": "https://github.com/twotoasters/TWTValidation",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/twotoasters/TWTValidation.git",
21     "tag": "0.1.1"
22   },
23   "source_files": "TWTValidation/**/*.{h,m}",
24   "ios": {
25     "resources": "TWTValidation/Supporting Files/*.lproj"
26   }