blob: 7c7a39577df22b3f41d549296a3a70067d42eeb3 [file] [log] [blame]
{
"name": "MWSTools",
"version": "0.0.1",
"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.1"
},
"source_files": [
"MWSTools/Classes/*",
"MWSTools/Classes/Category/*"
],
"public_header_files": [
"MWSTools/Classes/*.h",
"MWSTools/Classes/Category/*.h"
],
"requires_arc": true
}