blob: 1b2dba05035cc5ac209b21ededd0463424025a1a [file] [log] [blame]
{
"name": "HongLibrary",
"version": "1.0.0",
"summary": "My IOS Developer Cocoapods Library",
"description": "cocoapod some helper classes to improve development speed and efficiency",
"homepage": "https://github.com/liujh1125/HongLibrary",
"license": "MIT",
"authors": {
"liujh1125": "liujh1125@126.com"
},
"source": {
"git": "https://github.com/liujh1125/HongLibrary.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HongLibrary": [
"Pod/Assets/*.png"
]
}
}