blob: fa44b1e7fea45bbdd68ecb87ac9a33b6e9269e4f [file] [log] [blame]
{
"name": "KZ_MultiPageViewController",
"version": "0.1.2",
"summary": "iOS Multi Page ViewController.",
"homepage": "https://github.com/KieronZhang/KZ_MultiPageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "https://github.com/KieronZhang"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_MultiPageViewController.git",
"tag": "0.1.2",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"vendored_frameworks": "KZ_MultiPageViewController/KZ_MultiPageViewController_iOS.framework"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"KZ_Categories": [
],
"KZ_ReuseScrollView": [
]
}
}