blob: b0d3bc79d6b0f9653cd8b2ec67a41010f6a63eb4 [file] [log] [blame]
{
"name": "KZ_RefreshScrollView",
"version": "0.1.2",
"summary": "iOS refresh and load more.",
"homepage": "https://github.com/KieronZhang/KZ_RefreshScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "https://github.com/KieronZhang"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_RefreshScrollView.git",
"tag": "0.1.2",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"vendored_frameworks": "KZ_RefreshScrollView/KZ_RefreshScrollView_iOS.framework",
"resources": "KZ_RefreshScrollView/KZ_RefreshScrollView_Bundle.bundle"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"KZ_Categories": [
],
"KZ_MacroDefinition": [
]
}
}