blob: 94a7fe87304b2a427786cbbe15ed111c779acd6a [file] [log] [blame]
{
"name": "JTObjectMapping",
"version": "1.0.5",
"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/mystcolor/JTObjectMapping",
"authors": {
"James Tang": "mystcolor@gmail.com"
},
"source": {
"git": "https://github.com/mystcolor/JTObjectMapping.git",
"tag": "1.0.5"
},
"platforms": {
"ios": null
},
"source_files": "JTObjectMapping/Source/*.{h,m}",
"requires_arc": false
}