[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / b / 9 / swift-serialize / 0.0.1 / swift-serialize.podspec.json
blob1cc168c443cd7638629c53d5f23902ecdc3c6bae
2   "name": "swift-serialize",
3   "version": "0.0.1",
4   "summary": "swift object serialize/deserialize of json",
5   "description": "\t\t\t\t\t\tserialize swift object to json\n\t\t\t\t\t\tdeserialize json for swift custom class\n",
6   "homepage": "https://github.com/sagesse-cn/swift-serialize",
7   "license": "MIT",
8   "authors": {
9     "sagesse-cn": "gdmmyzc@163.com"
10   },
11   "source": {
12     "git": "https://github.com/sagesse-cn/swift-serialize.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Serialize/*",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ]