[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 8 / e / 1 / POSJSONParsing / 1.2.0 / POSJSONParsing.podspec.json
blob879be1f690bc51147749e14fead9738673160d77
2   "name": "POSJSONParsing",
3   "version": "1.2.0",
4   "license": "MIT",
5   "summary": "Tiny wrapper around NSJSONSerialization to parse JSON with fluent API and detailed error reporting.",
6   "homepage": "https://github.com/pavelosipov/POSJSONParsing",
7   "authors": {
8     "Pavel Osipov": "posipov84@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pavelosipov/POSJSONParsing.git",
12     "tag": "1.2.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "source_files": "POSJSONParsing/*.{h,m}",
19   "frameworks": "Foundation"