blob: fe1ea5dfb9a609d9bc54d0ab7544a7ecb3802bd2 [file] [log] [blame]
{
"name": "LIBExtensions",
"version": "0.2.1",
"summary": "A comment set of extensions/categories that I use for my projects",
"homepage": "https://github.com/liweihan/LIBExtensions",
"license": "MIT",
"authors": {
"Weihan Li": "413019390@qq.com"
},
"source": {
"git": "https://github.com/liweihan/LIBExtensions.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LIBExtensions": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
],
"SDWebImage": [
]
}
}