blob: d45d0c025fc1b8654251a1fe4abb99acf499fe8e [file] [log] [blame]
{
"name": "ZDPageNavigationController",
"version": "0.1.2",
"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.2"
},
"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": [
]
}
}