blob: 97b55eec05aaffc2eee597ced50f87825f255b25 [file] [log] [blame]
{
"name": "BLExtension",
"version": "0.0.1",
"summary": "BLExtension",
"description": "\"Some Extension for Foundation and UIKit.\"",
"homepage": "https://github.com/bluelich/BLExtension",
"license": "MIT",
"authors": {
"Bluelich": "bluelich@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bluelich/BLExtension.git",
"tag": "0.0.1"
},
"source_files": "BLExtension/BLExtension/Extensions/**/*.{h,m}",
"resources": "BLExtension/BLExtension/Extensions/BLExtension.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}