[Add] OpacityCore 4.0.3
[CocoaPods.git] / Specs / 9 / f / 5 / ICSerializer / 1.0.5 / ICSerializer.podspec.json
blobf2425b355e5952785ffbc64a4031a74de4cae056
2   "name": "ICSerializer",
3   "version": "1.0.5",
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": "1.0.5"
17   },
18   "social_media_url": "https://www.linkedin.com/in/alexanderselling/",
19   "swift_versions": "4.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "requires_arc": true,
24   "source_files": "ICSerializer/Classes/**/*.swift",
25   "frameworks": "Foundation",
26   "swift_version": "4.0"