blob: 9c866842a4fef0e4fa30622a5c97ed90d02387c3 [file] [log] [blame]
{
"name": "NSBundle_category",
"version": "0.1.0",
"summary": "A category of NSBundle to get a correct bundle path.",
"description": "A category of NSBundle to get a correct bundle path, in order to used in pod",
"homepage": "https://github.com/MoonMD/NSBundle_category",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MoonMD": "15157191245@163.com"
},
"source": {
"git": "https://github.com/MoonMD/NSBundle_category.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "ResourceBundle",
"source_files": "NSBundle_category/Classes/ResourceBundle/*"
}
]
}