[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / f / 5 / ICSerializer / 0.1.0 / ICSerializer.podspec.json
blobafc8e4289696fe88a74447c56ebe26796534569d
2   "name": "ICSerializer",
3   "version": "0.1.0",
4   "summary": "A serializer that will do deep clones of infinitely nested json graphs.",
5   "description": "A serializer that will do deep clones of infinitely nested json graphs. Much like the latest version of Codable in Swift 4, you don't have to write any boiler plate code for ICSerializer to serialize/deserialize your objects. Just make your classes inherit from ICSerializable and you're done",
6   "homepage": "https://icontrolapp.se/en",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sellingsolutions": "alexander@icontrolapp.se"
13   },
14   "source": {
15     "git": "https://github.com/sellingsolutions/ICSerializer.git",
16     "tag": "ver_0.1.0"
17   },
18   "social_media_url": "https://twitter.com/zno85",
19   "swift_version": "4.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "requires_arc": true,
24   "source_files": "ICSerializer/Classes/**/*.swift",
25   "frameworks": "Foundation"