[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / d / a / DataMapper / 0.1.0 / DataMapper.podspec.json
bloba3843163f550bc5c9ec6f7441c1b41f8383acf9f
2   "name": "DataMapper",
3   "version": "0.1.0",
4   "summary": "Almost 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.1.0"
15   },
16   "social_media_url": "https://twitter.com/BrightifyOrg",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": "Foundation",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Source/Core/**/*.swift"
28       ]
29     },
30     {
31       "name": "JsonSerializer",
32       "dependencies": {
33         "DataMapper/Core": [
35         ]
36       },
37       "source_files": [
38         "Source/JsonSerializer/**/*.swift"
39       ]
40     }
41   ]