blob: 1692ceccc89d5e6a854acc35449ba5a66d29f746 [file] [log] [blame]
{
"name": "MDTest",
"version": "1.0.0",
"summary": "A test with cocoapods.",
"description": "Testing Public Podspec.",
"homepage": "https://github.com/tz8023dm/Test",
"license": "MIT",
"authors": {
"xutzh": "xutzh@minstone.com.cn"
},
"source": {
"git": "https://github.com/tz8023dm/Test.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MDTest/Classes/**/*",
"resource_bundles": {
"MDTest": [
"MDTest/Assets/*.png"
]
}
}