[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 4 / f / SuperSimpleMapper / 0.1.0 / SuperSimpleMapper.podspec.json
blobc605f1a7cd96edf7be68f0be736b61f926aed040
2   "name": "SuperSimpleMapper",
3   "version": "0.1.0",
4   "summary": "Very simple object mapper",
5   "description": "This is just a simple utility to map object of one type to object of another type. Useful if you are using an ORM and feel the need to map to plain objects your ORM objects to prevent complex objects polluting all layers of your app. It also works as json mapper but there's lot's of better solutions for that purpose.",
6   "homepage": "https://github.com/frograin/SuperSimpleMapper",
7   "license": "MIT",
8   "authors": {
9     "FrogRain": "info@frograin.com"
10   },
11   "source": {
12     "git": "https://github.com/frograin/SuperSimpleMapper.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "SuperSimpleMapper/Classes/**/*",
19   "pushed_with_swift_version": "3.0"