blob: 914494b11879769010f4ece25077b6f5631eb33b [file] [log] [blame]
{
"name": "JSONObjectMapper",
"version": "0.1.2",
"summary": "JSON to Core Data mapper for iOS",
"description": "JSONObjectMapper allows you to easily map JSON data to Core Data objects by\ndefining simple mappings in your classes without rewriting the same \nmanual bolierplate conversion code over and over again. It's written in \nObjective-C but support Swift as well. See the README for more details and \nsome examples.",
"homepage": "https://github.com/sryze/JSONObjectMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Zolotarev": "sryze@protonmail.com"
},
"source": {
"git": "https://github.com/sryze/JSONObjectMapper.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JSONObjectMapper/Classes/**/*"
}