blob: 45642871dd4e8d77292471cc580da2c14a962641 [file] [log] [blame]
{
"name": "SHPods",
"version": "0.2.5",
"summary": "A short description of SHPods.",
"description": "为什么一定写点内容呢",
"homepage": "https://github.com/UserHelloWorld/SHPods.git",
"license": "MIT",
"authors": {
"LuoGitHub": "1345085119@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/UserHelloWorld/SHPods.git",
"tag": "0.2.5"
},
"source_files": "SHPods/Common/**/*",
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "SHPods/Common/Category/**/*"
},
{
"name": "Base",
"source_files": "SHPods/Common/Base/**/*"
}
]
}