[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / 8 / e / 1 / POSJSONParsing / 1.7.0 / POSJSONParsing.podspec.json
blobca6d2abb6b2a5bc22f3b36449e5c40ca660ecbaf
2   "name": "POSJSONParsing",
3   "version": "1.7.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.7.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": "POSJSONParsing/*.{h,m}",
19   "frameworks": "Foundation"