[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 3 / 6 / CoreCereal / 2.0.0 / CoreCereal.podspec.json
blob204464332b5f71121f2fb59b3429cffdf1abb836
2   "name": "CoreCereal",
3   "version": "2.0.0",
4   "summary": "A lightweight serialization framework written in Swift.",
5   "description": "For more information, please visit http://gretzlab.com/lab/cereal",
6   "homepage": "https://github.com/jgretz/Cereal",
7   "license": "Apache 2.0",
8   "authors": {
9     "Josh Gretz": "jgretz@truefit.io"
10   },
11   "source": {
12     "git": "https://github.com/jgretz/Cereal.git",
13     "tag": "2.0.0"
14   },
15   "social_media_url": "https://twitter.com/joshgretz",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Cereal/**/*.{swift}",
21   "dependencies": {
22     "CoreMeta": [
24     ]
25   }