[Add] NHValidationKit 1.0.1
[CocoaPods.git] / Specs / 2 / a / 8 / SwiftAeson / 0.1.1 / SwiftAeson.podspec.json
blobf18015d8ad4679e806863ac24664f38524138757
2   "name": "SwiftAeson",
3   "version": "0.1.1",
4   "summary": "A JSON serialization library for Swift that mimics Haskell's Aeson.",
5   "description": "SwiftAeson is a JSON serialization library for Swift that mimics Haskell's [Aeson](https://hackage.haskell.org/package/aeson). \nIt provides a typesafe wrapper around `NSJSONSerialization` and can be utilized for any data type including classes, enums, and structs.",
6   "homepage": "https://github.com/PKAuth/SwiftAeson",
7   "license": "MIT",
8   "authors": {
9     "James Parker": "jp@pkauth.com"
10   },
11   "source": {
12     "git": "https://github.com/PKAuth/SwiftAeson.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SwiftAeson": [
22       "Pod/Assets/*.png"
23     ]
24   }