blob: 5dc14f14ba90fd550d176795793794f9384be113 [file] [log] [blame]
{
"name": "Module3",
"version": "0.1.0",
"summary": "A short description of Module3.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/hicodeboy/Module3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hicodeboy": "2685312867@qq.com"
},
"source": {
"git": "https://github.com/hicodeboy/Module3.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Module3/Classes/**/*",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/*.{h,m,swift}",
"dependencies": {
"Kiwi": [
],
"Quick": [
],
"OCMock": [
],
"Nimble": [
]
}
}
]
}