blob: c04ccc191c5b4cdf606fd565efabc3085a1781a1 [file] [log] [blame]
{
"name": "DCCJConfig",
"version": "0.1.1",
"summary": "Global config and setting are here.",
"description": "Global config and setting are here used by DCCJ",
"homepage": "https://github.com/Ghstart/DCCJConfig",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ghstart": "gonghuan2020@gmail.com"
},
"source": {
"git": "https://github.com/Ghstart/DCCJConfig.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DCCJConfig/Classes/**/*",
"subspecs": [
{
"name": "Result",
"source_files": "DCCJConfig/Classes/Result/**/*"
},
{
"name": "DataManagerError",
"source_files": "DCCJConfig/Classes/DataManagerError/**/*"
}
]
}