blob: 94611ecb7315e4a86fdce4624abdb61f996c75c7 [file] [log] [blame]
{
"name": "BMTestKit",
"version": "0.0.1",
"summary": "A short description of BMTestKit.",
"homepage": "http://192.168.240.26/liangdahong/BMTestKit",
"license": "MIT",
"authors": {
"liangdahong": "liangdahong@bluemoon.com.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "http://192.168.240.26/liangdahong/BMTestKit.git",
"tag": "0.0.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "BMHeaders",
"source_files": "BMTestKit/BMHeaders/**/*.{h,m}"
},
{
"name": "BMUIView",
"source_files": "BMTestKit/BMUIView/**/*.{h,m}"
},
{
"name": "BMNSString",
"source_files": "BMTestKit/BMNSString/**/*.{h,m}"
}
]
}