[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 2 / 1 / PMJackson / 1.1.4 / PMJackson.podspec.json
blob1509cd687aca0891f470c1bdabf22dba2800af74
2   "name": "PMJackson",
3   "version": "1.1.4",
4   "summary": "Extension for PMJSON to acheieve Jackson-style parsing",
5   "description": "PMJackson provides a JsonParser like Jackson's com.fasterxml.jackson.core.JsonParser",
6   "homepage": "https://github.com/mariotaku/PMJackson",
7   "license": "MIT & Apache License, Version 2.0",
8   "authors": {
9     "Mariotaku Lee": "mariotaku.lee@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/mariotaku",
12   "source": {
13     "git": "https://github.com/mariotaku/PMJackson.git",
14     "tag": "1.1.4"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "Sources/*.{swift,h,m}",
24     "8.0"
25   ],
26   "dependencies": {
27     "PMJSON": [
28       "~> 2.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"