[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 2 / 1 / Wrap / 2.0.2 / Wrap.podspec.json
blob1f861c5f96f6ef6710456e88b0899f69d3c65acc
2   "name": "Wrap",
3   "version": "2.0.2",
4   "summary": "The easy to use Swift JSON encoder",
5   "description": "Wrap is an easy to use Swift JSON encoder. Don't spend hours writing JSON encoding code - just wrap it instead!\n\nUsing Wrap is as easy as calling Wrap() on any instance of a class or struct that you wish to encode. It automatically encodes all of your type’s properties, including nested objects, collections, enums and more!",
6   "homepage": "https://github.com/JohnSundell/Wrap",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Sundell": "john@sundell.co"
13   },
14   "social_media_url": "https://twitter.com/johnsundell",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/JohnSundell/Wrap.git",
23     "tag": "2.0.2"
24   },
25   "source_files": "Sources/Wrap.swift",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "3.0"