[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 0 / a / CYJSONValidator / 0.1 / CYJSONValidator.podspec.json
blob6b62e4ba0e826c788a161f8ada09ac66164f755b
2   "name": "CYJSONValidator",
3   "version": "0.1",
4   "authors": "Jason li",
5   "homepage": "http://blog.csdn.net/lihei12345",
6   "source": {
7     "git": "https://github.com/lihei12345/CYJSONValidator.git",
8     "tag": "0.1"
9   },
10   "license": {
11     "type": "Copyright",
12     "text": "      Copyright 2014 Jason. All rights reserved.\n"
13   },
14   "summary": "A simple and safe wrapper for RPJSONValidator on iOS JSON data parsing ",
15   "source_files": "CYJSONValidatorDemo/Class/*.{h,m}",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "frameworks": [
20     "AdSupport",
21     "Security"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "RPJSONValidator": [
26       "~> 0.2.0"
27     ]
28   }