[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 8 / b / 6 / TWTValidation / 1.1 / TWTValidation.podspec.json
blob49c97f9d8d3422a2565cce93e1254eaf38a8cab9
2   "name": "TWTValidation",
3   "version": "1.1",
4   "summary": "A Cocoa framework for validating objects and their properties declaratively.",
5   "description": "                   TWTValidation is a Cocoa framework for declaratively validating data. It provides a\n                   mechanism for validating individual objects and collections, and for combining multiple\n                   validators using logical operators to create more complex validations.\"\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": "6.0",
16     "osx": "10.8"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/twotoasters/TWTValidation.git",
21     "tag": "1.1"
22   },
23   "source_files": "TWTValidation/**/*.{h,m}",
24   "ios": {
25     "resources": "TWTValidation/Supporting Files/*.lproj"
26   }