{ | |
"name": "NSBundle+Extension", | |
"version": "0.0.1", | |
"summary": "NSBundle 类的类方法扩展", | |
"description": "NSBundle+Extension", | |
"homepage": "https://github.com/sunbohong/NSBundleExtension", | |
"license": "MIT", | |
"authors": { | |
"sunbohong": "sunbohong@gmail.com" | |
}, | |
"platforms": { | |
"ios": "5.0" | |
}, | |
"source": { | |
"git": "https://github.com/sunbohong/NSBundleExtension.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "*.{h,m}", | |
"requires_arc": true | |
} |