[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / 0 / d / a / DataMapper / 0.2.0 / DataMapper.podspec.json
blob901ed107ded6b016e9be0983de033ec71fa075a2
2   "name": "DataMapper",
3   "version": "0.2.0",
4   "summary": "Universal object deserialization/serialization in Swift.",
5   "description": "DataMapper is a framework for safe deserialization/serialization of objects from/to different data representation standards (as of now we support JSON but others can be added easily).",
6   "homepage": "https://github.com/Brightify/DataMapper",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Filip Dolnik": "filip@brightify.org"
11   },
12   "source": {
13     "git": "https://github.com/Brightify/DataMapper.git",
14     "tag": "0.2.0"
15   },
16   "social_media_url": "https://twitter.com/BrightifyOrg",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11"
21   },
22   "frameworks": "Foundation",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Source/Core/**/*.swift"
28     },
29     {
30       "name": "JsonSerializer",
31       "dependencies": {
32         "DataMapper/Core": [
34         ]
35       },
36       "source_files": "Source/JsonSerializer/**/*.swift"
37     }
38   ]