[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / 0 / Jsonable / 1.0 / Jsonable.podspec.json
blobcaac6c4a7f28a2845e19463e35da72ac42c721ec
2   "name": "Jsonable",
3   "version": "1.0",
4   "summary": "Jsonable makes it easy convert your custom objects into json dictionaries.",
5   "description": "Jsonable converts your custom objects into appropriate json dictionaries that can be sumitted to your web server. Simply make your object conform to the Jsonable protocol and Jsonable takes care of the rest.",
6   "homepage": "https://github.com/drewpitchford/Jsonable",
7   "license": "MIT",
8   "authors": {
9     "Drew Pitchford": "dpitchford@me.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/drewpitchford/Jsonable.git",
16     "tag": "1.0"
17   },
18   "source_files": "Jsonable/Cocoapod",
19   "pushed_with_swift_version": "3.0"