blob: 07cb0ad581ff59d729e802b4f2810e9ec619a6c2 [file] [log] [blame]
{
"name": "SGCore",
"version": "1.0.0",
"summary": "A short description of SGCore.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/gui950823@126.com/SGCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GuiLQing": "gui950823@126.com"
},
"source": {
"git": "https://github.com/GuiLQing/SGCore.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SGCore/Classes/*.{h,m}",
"subspecs": [
{
"name": "SGMacros",
"source_files": "SGCore/Classes/SGMacros/**/*.{h,m}"
},
{
"name": "SGFunction",
"source_files": "SGCore/Classes/SGFunction/**/*.{h,m}",
"dependencies": {
"SGCore/SGMacros": [
]
}
}
]
}