CNLiveRefreshFooter.podspec.json
778 Bytes
{
"name": "CNLiveRefreshFooter",
"version": "0.0.1",
"summary": "CNLive-iOS尾部刷新",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://bj.gitlab.cnlive.com/ios-team/CNLiveRefreshFooter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"殷巧娟": "1427945373@qq.com"
},
"source": {
"git": "http://bj.gitlab.cnlive.com/ios-team/CNLiveRefreshFooter.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CNLiveRefreshFooter/Classes/**/*",
"resource_bundles": {
"CNLiveRefreshFooter": [
"CNLiveRefreshFooter/Assets/Assets.xcassets"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJRefresh": [
]
}
}