blob: f65a849783abf7b541775fb02d3ce847dec7ef35 [file] [log] [blame]
{
"name": "MJFramework",
"version": "1.2.0",
"summary": "some tools for iOS programming",
"homepage": "https://github.com/GuoMingJian/MJFramework",
"license": "MIT",
"authors": {
"guomingjian": "GuoMJ158@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/GuoMingJian/MJFramework.git",
"tag": "v1.2.0"
},
"source_files": [
"MJFramework",
"MJFramework/*.{h,m}",
"MJFramework/**/*.{h,m}",
"MJFramework/**/**/*.{h,m}"
],
"requires_arc": true
}