[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / d / a / DataMapper / 1.0.0-alpha.1 / DataMapper.podspec.json
blobc379d2e4657cc10d10288fa8db726586b022e68e
2   "name": "DataMapper",
3   "version": "1.0.0-alpha.1",
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": "1.0.0-alpha.1"
15   },
16   "social_media_url": "https://twitter.com/BrightifyOrg",
17   "requires_arc": true,
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.11"
22   },
23   "frameworks": "Foundation",
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   ],
39   "swift_version": "5.0"