blob: c2b41e37676df9561311ece936b7d6b0c1eb5e7c [file] [log] [blame]
{
"name": "ZDPageNavigationController",
"version": "0.1.0",
"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.0"
},
"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": [
]
}
}