blob: c61c94db2629ade7557827cf3b4f62ff389c0d12 [file] [log] [blame]
{
"name": "MBJSONMapper",
"version": "0.2.7",
"summary": "Light-weight JSON to and from Object mapper",
"description": "There are plenty of JSON mapping libraries but most of them are not light enough. I tried to do it as simple as it can be",
"homepage": "https://github.com/buranmert/MBJSONMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mert Buran": "buranmert@gmail.com"
},
"source": {
"git": "https://github.com/buranmert/MBJSONMapper.git",
"tag": "0.2.7"
},
"social_media_url": "https://twitter.com/lazymanandbeard",
"platforms": {
"ios": "8.0"
},
"source_files": [
"MBJSONMapper/Classes/{MBJSONMapper,NSObject+MBJSONMapperExtension}.{m,h}",
"MBJSONMapper/Classes/MBJSONSerializable.h"
],
"public_header_files": "MBJSONMapper/Classes/{MBJSONMapper,MBJSONSerializable}.h",
"frameworks": "Foundation"
}