blob: f652a402112e19999e850b9e5ffd7d48964e8e8f [file] [log] [blame]
{
"name": "JTObjectMapping",
"version": "1.1.2",
"license": "MIT",
"summary": "A very simple objective-c framework that maps a JSON response from NSDictionary or NSArray to an NSObject subclass for iOS.",
"homepage": "http://github.com/jamztang/JTObjectMapping",
"authors": {
"James Tang": "j@jamztang.com"
},
"source": {
"git": "https://github.com/jamztang/JTObjectMapping.git",
"tag": "1.1.2"
},
"platforms": {
"ios": null
},
"source_files": "JTObjectMapping/Source/*.{h,m}",
"requires_arc": false
}