blob: a859d077f38a8342110609ab6b65cf12be5cf038 [file] [log] [blame]
{
"name": "MWSTools",
"version": "0.0.2",
"summary": "tools",
"description": "It is my iOS tools.",
"homepage": "https://github.com/mws100/MWSTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"马文帅": "mawenshuai100@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mws100/MWSTools.git",
"tag": "0.0.2"
},
"source_files": [
"MWSTools/Classes/*",
"MWSTools/Classes/Category/*"
],
"public_header_files": [
"MWSTools/Classes/*.h",
"MWSTools/Classes/Category/*.h"
],
"requires_arc": true
}