blob: da9181fafd9d779b46ad0d7959ab7cd4e39f3923 [file] [log] [blame]
{
"name": "MDTools",
"version": "0.0.3",
"summary": "Tools for Objcetive-C.",
"homepage": "https://github.com/yangchenlarkin/MDTools",
"license": "MIT",
"authors": {
"Larkin": "yangchenlarkin@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yangchenlarkin/MDTools.git",
"tag": "0.0.3"
},
"source_files": "MDTools/**/*.{h,m}",
"frameworks": "Foundation",
"subspecs": [
{
"name": "MDListener",
"source_files": "MDTools/MDListener/*.{h,m}"
},
{
"name": "MDTask",
"source_files": "MDTools/MDTask/*.{h,m}"
},
{
"name": "MDProtocolImplementation",
"source_files": "MDTools/MDProtocolImplementation/*.{h,m}"
}
]
}