{ | |
"name": "testMLib", | |
"version": "1.0.0", | |
"summary": "test", | |
"description": "my first testLib", | |
"homepage": "https://github.com/YTSmile/testMLib", | |
"license": { | |
"type": "MIT", | |
"file": "license" | |
}, | |
"authors": { | |
"YINTAO": "1126183066@qq.com" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"source": { | |
"git": "https://github.com/YTSmile/testMLib.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": [ | |
"Classes", | |
"Classes/**/*.{h,m}" | |
] | |
} |