[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 3 / 7 / JsonSerializable / 0.1.1 / JsonSerializable.podspec.json
blob0595e83b6b5aaa47aa3167984a9e8de0ad90e55f
2   "name": "JsonSerializable",
3   "version": "0.1.1",
4   "summary": "JsonSerializable is a protocol that simplifies the process of deserializing JSON data into Swift types.",
5   "description": "'JsonSerializable' is a protocol that simplifies the process of deserializing JSON data into Swift types. This protocol is similar to Mappable but is not weighed down by extra functionality. The purpose of this protocol is to be a lightweight alternative to Mappable when the additional functionality provided by Mappable is not necessary.",
6   "homepage": "https://github.com/miken01/JsonSerializable",
7   "license": "LICENSE",
8   "authors": {
9     "Mike Neill": "michael_neill@me.com"
10   },
11   "platforms": {
12     "ios": "9.3"
13   },
14   "source": {
15     "git": "https://github.com/miken01/JsonSerializable.git",
16     "tag": "0.1.1"
17   },
18   "public_header_files": "JsonSerializable/**/*.h",
19   "source_files": "JsonSerializable/**/*.{h,m,swift}",
20   "requires_arc": true,
21   "ios": {
22     "frameworks": "Foundation"
23   },
24   "pushed_with_swift_version": "3.0"