[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / f / 5 / ICSerializer / 1.0.6 / ICSerializer.podspec.json
blobd2206c0b524652a6efe53e2cf485c4b1fa66c5fb
2   "name": "ICSerializer",
3   "version": "1.0.6",
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.6"
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"