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