blob: a87fa439cbb61926339220d7e0b93e6eff150e07 [file] [log] [blame]
{
"name": "SNNavigationController",
"version": "0.0.9",
"summary": "custom navigation controller.",
"description": "Highly customizable navigation controller to redefine transition animation.",
"homepage": "https://github.com/snlo/SNNavigationController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snlo": "snloveydus@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/snlo/SNNavigationController.git",
"tag": "0.0.9"
},
"source_files": "SNNavigationController/SNNavigationController/**/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"Masonry": [
],
"ReactiveObjC": [
],
"Aspects": [
]
}
}