blob: bf1c8c35c5700f4bcf0966e86d8285c84bfbf1e6 [file] [log] [blame]
{
"name": "TestNewModule",
"version": "1.1",
"summary": "iOS 公有库测试",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/NingLi-iOSer/TextNewModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lining": "lining201702@126.com"
},
"source": {
"git": "https://github.com/NingLi-iOSer/TextNewModule.git",
"tag": "1.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "TestNewModule/Classes/**/*",
"static_framework": true,
"ios": {
"vendored_frameworks": "TestNewModule/Classes/TestNewModule.framework"
},
"swift_version": "5.0"
}