[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 8 / e / 1 / POSJSONParsing / 1.4.1 / POSJSONParsing.podspec.json
blob8ba299b97ff66ad80e9704034e714a4b9a71de9c
2   "name": "POSJSONParsing",
3   "version": "1.4.1",
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.4.1"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "source_files": "POSJSONParsing/*.{h,m}",
19   "frameworks": "Foundation"