blob: 22d8a2a2a054ae9bafce1d96e4c84e874b927bff [file] [log] [blame]
{
"name": "jastor",
"version": "0.1.0",
"summary": "Auto translates NSDictionary to instances of Objective-C classes, supporting nested types and arrays.",
"homepage": "https://github.com/elado/jastor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elad Ossadon": "elad@ossadon.com"
},
"source": {
"git": "https://github.com/elado/jastor.git",
"tag": "0.1.0"
},
"source_files": "jastor/jastor/*.{h,m}",
"requires_arc": false
}