{ | |
"name": "TBModelTool", | |
"version": "0.0.1", | |
"summary": "Help you fast create a data model for Objective-C.", | |
"description": "help you fast create a data model for Objective-C", | |
"homepage": "http://github.com/MSTGit/TBModelTool", | |
"license": "MIT", | |
"authors": { | |
"MRT": "ducktobey@gmail.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "http://github.com/MSTGit/TBModelTool.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "TBModelTool/TBModelTool/**/*.{h,m}", | |
"requires_arc": true | |
} |