[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / a / 3 / SwiftSerialize / 0.2.11 / SwiftSerialize.podspec.json
blob7d33d85f2a21708dae84f1631d8cda319ddc62d5
2   "name": "SwiftSerialize",
3   "version": "0.2.11",
4   "summary": "Library to serialize and deserialze Swift objects.",
5   "description": "Serialize Swift objects to JSON and unserialize them to custom classes.",
6   "homepage": "https://github.com/ckalnasy/SwiftSerialize",
7   "license": "MIT",
8   "authors": {
9     "CKalnasy": "kalnasy.6@osu.edu"
10   },
11   "source": {
12     "git": "https://github.com/ckalnasy/SwiftSerialize.git",
13     "tag": "0.2.11"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "SwiftSerialize/**/*",
20   "resource_bundles": {
21     "SwiftSerialize": [
22       "Pod/Assets/*.png"
23     ]
24   }