blob: fbaed320eec5fd413433498ac551a0bf87b148ff [file] [log] [blame]
{
"name": "JTObjectMapping",
"version": "1.1.1",
"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": "jamz@jamztang.com"
},
"source": {
"git": "https://github.com/jamztang/JTObjectMapping.git",
"tag": "1.1.1"
},
"platforms": {
"ios": null
},
"source_files": "JTObjectMapping/Source/*.{h,m}",
"requires_arc": false
}