[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 0 / c / JSONMapper / 0.2 / JSONMapper.podspec.json
blobc5c576a534e72a6efb73a00d06359fc47600bf0a
2   "name": "JSONMapper",
3   "version": "0.2",
4   "summary": "Simple way to map a JSON Dictionary to a Swift object.",
5   "description": "AJSONMapper is a simple way to map a JSON Dictionary to a Swift object. \nJSONMapper is written using Swift 2.0 and depands on the new Swift error \nhandling and guard clauses.",
6   "homepage": "https://github.com/robertpalmer/JSONMapper",
7   "license": "MIT",
8   "authors": {
9     "Robert Palmer": "mail@robertpalmer.de"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/robertpalmer/JSONMapper.git",
16     "tag": "0.2"
17   },
18   "source_files": [
19     "JSONMapper",
20     "JSONMapper/**/*.{h,m}"
21   ],
22   "exclude_files": "JSONMapperTests"