blob: f4b1be5270d93e45b48c795c2998f870126cc645 [file] [log] [blame]
{
"name": "MDTools",
"version": "0.0.2",
"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.2"
},
"source_files": "MDTools/**/*.{h,m}",
"frameworks": "Foundation",
"subspecs": [
{
"name": "MDListener",
"source_files": "MDTools/MDListener/*.{h,m}"
},
{
"name": "MDTask",
"source_files": "MDTools/MDTask/*.{h,m}"
}
]
}