blob: c93068d66f054f5096f0ba2908dcc1e95f30a119 [file] [log] [blame]
{
"name": "SwiftFrameworkTest",
"version": "0.1.1",
"summary": "A short description of SwiftFrameworkTest.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/GuanlinORZ/SwiftFrameworkTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GuanlinORZ": "shenguanlin123@163.com"
},
"source": {
"git": "https://github.com/GuanlinORZ/SwiftFrameworkTest.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftFrameworkTest/Classes/**/*",
"ios": {
"vendored_frameworks": "Framework/GLOCFrameworkTest.framework"
}
}