blob: 896dd0c053d4b0585f451411fa2fc22daebcc541 [file] [log] [blame]
{
"name": "XNBaseController",
"version": "0.1.3",
"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.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XNBaseController/Classes/**/*",
"dependencies": {
"XNUtils": [
"~> 0.2.0"
],
"Masonry": [
]
},
"prefix_header_contents": [
"#import \"XNUtils.h\"",
"#import \"Masonry.h\""
]
}