[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / f / 5 / ICSerializer / 1.0.4 / ICSerializer.podspec.json
blobd23ee1e6f604f3d675bd8a236282590620a9f7e7
2   "name": "ICSerializer",
3   "version": "1.0.4",
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.4"
17   },
18   "social_media_url": "https://twitter.com/zno85",
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"