blob: 1bf29c01fd1af9b254dc1061d60ce3e9e3ae4f9e [file] [log] [blame]
{
"name": "XDInternational",
"version": "0.1.1",
"summary": "一个用于ios国际化的库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/zhangxiandong/events",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"东哥": "1769693301@qq.com"
},
"source": {
"git": "https://gitee.com/NewerABC/XDInternational.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "XDInternational/Classes/*.{h}",
"subspecs": [
{
"name": "Language",
"source_files": "XDInternational/Classes/Language/**/*",
"platforms": {
"ios": "8.0"
}
},
{
"name": "Path",
"source_files": "XDInternational/Classes/Path/**/*",
"platforms": {
"ios": "8.0"
}
},
{
"name": "Bundle",
"dependencies": {
"XDInternational/Path": [
],
"XDInternational/Language": [
]
},
"source_files": "XDInternational/Classes/Bundle/**/*",
"platforms": {
"ios": "8.0"
}
},
{
"name": "Manager",
"dependencies": {
"XDInternational/Path": [
],
"XDInternational/Language": [
],
"XDInternational/Bundle": [
]
},
"source_files": "XDInternational/Classes/ChainCall/**/*",
"platforms": {
"ios": "8.0"
}
}
]
}