blob: db21d30273ac8feb54ea8368f0e49b7e84df243e [file] [log] [blame]
{
"name": "BMKit",
"version": "1.0.9",
"summary": "This is bluemoon iOS Kit",
"homepage": "http://192.168.240.26/ios/BMKit",
"license": "MIT",
"authors": {
"liangdahong": "liangdahong@bluemoon.com.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "http://192.168.240.26/ios/BMKit.git",
"tag": "1.0.9"
},
"requires_arc": true,
"subspecs": [
{
"name": "Headers",
"source_files": "BMKit/Headers/**/*.{h,m}"
},
{
"name": "UIView",
"source_files": "BMKit/UIView/**/*.{h,m}"
},
{
"name": "NSString",
"source_files": "BMKit/NSString/**/*.{h,m}"
}
]
}