[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 8 / 5 / SuperSerial / 0.1.8 / SuperSerial.podspec.json
blob8495a491c18311f2f335d3190d9f11c3bc135558
2   "name": "SuperSerial",
3   "version": "0.1.8",
4   "summary": "JSON serialization/deserialization for Swift object & value types, with automatic stored-property inferrance in structs.",
5   "description": "JSON serialization/deserialization for Swift value types (structs in particular) and objects, with automatic stored-property inferrance using Swift Mirror.",
6   "homepage": "https://github.com/pourhadi/SuperSerial",
7   "license": "MIT",
8   "authors": {
9     "Daniel Pourhadi": "dan@pourhadi.com"
10   },
11   "source": {
12     "git": "https://github.com/pourhadi/SuperSerial.git",
13     "tag": "0.1.8"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "documentation_url": "http://pourhadi.github.io/SuperSerialDocumentation/",
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SuperSerial": [
23       "Pod/Assets/*.png"
24     ]
25   }