[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / b / 2 / CMDQueryStringSerialization / 0.4.1 / CMDQueryStringSerialization.podspec.json
blob2d3f93e5896b314b6355541a4fadd7030ffa175f
2   "name": "CMDQueryStringSerialization",
3   "version": "0.4.1",
4   "summary": "Easy conversion between dictionaries and query strings in Objective-C.",
5   "homepage": "https://github.com/calebd/CMDQueryStringSerialization",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Caleb Davenport": "calebmdavenport@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/calebd/CMDQueryStringSerialization.git",
15     "tag": "v0.4.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "source_files": "CMDQueryStringSerialization/*.{h,m}",
23   "dependencies": {
24     "ISO8601": [
26     ]
27   }