blob: 13dfdc686065d9be0b7352ed437c0c55e04ff514 [file] [log] [blame]
{
"name": "ZDPageNavigationController",
"version": "0.1.1",
"summary": "A pagable NavigationController in Objective-C.",
"homepage": "https://github.com/0dayZh/ZDPageNavigationController",
"license": "MIT",
"authors": {
"0dayZh": "0day.zh@gmail.com"
},
"source": {
"git": "https://github.com/0dayZh/ZDPageNavigationController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZDPageNavigationController": [
"Pod/Assets/*.png"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load -force_load"
},
"dependencies": {
"SMPageControl": [
]
}
}