blob: d34a65ce9eb9ac24b5ec43ea7658c0f7cc20e21b [file] [log] [blame]
{
"name": "testSecond",
"version": "8.7",
"summary": "test",
"homepage": "https://github.com/superMagician/testSecond",
"license": "MIT",
"authors": {
"yy": "yycodet@aliyun.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/superMagician/testSecond.git",
"tag": "8.7"
},
"default_subspecs": "Core",
"requires_arc": true,
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "testSecond/**/*.swift"
},
{
"name": "Smart",
"source_files": "testSecond/Smart/*.swift"
},
{
"name": "Classes",
"source_files": "testSecond/Classes/*.swift"
}
]
}