blob: 09e588e7ffca7852d1d1b1fa9bd4891857404a5d [file] [log] [blame]
{
"name": "SNNavigationController",
"version": "0.1.0",
"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.1.0"
},
"source_files": "SNNavigationController/SNNavigationController/**/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"Masonry": [
],
"ReactiveObjC": [
],
"Aspects": [
]
}
}