blob: cbd6caff967fee5ea773bd10080da7c86116b879 [file] [log] [blame]
{
"name": "KeyPathMapper",
"version": "2.0.0",
"summary": "KeyPathMapper facilitates mapping between models",
"description": "KeyPathMapper is a thin library based on swift #KeyPath feature which facilitates mapping between two different models.",
"homepage": "https://github.com/marshallxxx/KeyPathMapper",
"license": "MIT",
"authors": {
"Evghenii Nicolaev": "nicolaevevghenii@gmail.com"
},
"social_media_url": "https://twitter.com/ENicolaev",
"source": {
"git": "https://github.com/marshallxxx/KeyPathMapper.git",
"tag": "2.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift"
}