blob: e4da43c14afe67c22b7b65d008f5aacb0cd8ae65 [file] [log] [blame]
{
"name": "XNBaseController",
"version": "0.2.0",
"summary": "A short description of XNBaseController.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yexiannan/XNBaseController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yexiannan": "932056276@qq.com"
},
"source": {
"git": "https://github.com/yexiannan/XNBaseController.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XNBaseController/Classes/**/*",
"resource_bundles": {
"XNBaseController": [
"XNBaseController/Assets/**/*"
]
},
"dependencies": {
"XNBaseUI": [
],
"Masonry": [
],
"XNThemeManager": [
]
},
"prefix_header_contents": [
"#import \"XNBaseUI.h\"",
"#import \"XNBaseUtils.h\"",
"#import \"Masonry.h\"",
"#import \"XNThemeManager.h\"",
"#import \"UIFont+XNThemeFont.h\""
]
}