[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / a / 3 / SwiftSerialize / 0.1.3 / SwiftSerialize.podspec.json
blobd2aa9819e2f536c8f64f43bf8e69e43d5e3032c6
2   "name": "SwiftSerialize",
3   "version": "0.1.3",
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.1.3"
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   },
25   "dependencies": {
26     "swift-serialize": [
27       "~> 1.0"
28     ]
29   }