[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 9 / f / 5 / ICSerializer / 1.0.0 / ICSerializer.podspec.json
blob4c601a1aabcec01144a76c349757f6ac89dcea90
2   "name": "ICSerializer",
3   "version": "1.0.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": "1.0.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"