blob: 26ba45a10f857a34ea5db52ba580525134fe4129 [file] [log] [blame]
{
"name": "testPodKit",
"version": "0.0.3",
"summary": "这是一个测试cocoapod库的例子",
"description": "这是一个测试cocoapod库的例子,试试怎么样哈哈",
"homepage": "https://github.com/lwg123/testPodKit",
"license": {
"type": "MIT"
},
"authors": {
"liweiguang@duia.com": "weiguang.li@changhong.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lwg123/testPodKit.git",
"tag": "0.0.3"
},
"source_files": "testPodKit/**/*.{h,m}",
"frameworks": "UIKit"
}