blob: f1a96094f709f58b4809e3fc6d77535288531f47 [file] [log] [blame]
{
"name": "NSBundle+Extension",
"version": "0.0.2",
"summary": "NSBundle 类的类方法扩展",
"description": "NSBundle+Extension",
"homepage": "https://github.com/sunbohong/NSBundleExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunbohong": "sunbohong@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/sunbohong/NSBundleExtension.git",
"tag": "0.0.2"
},
"source_files": "*.{h,m}",
"requires_arc": true
}