blob: cb866fc90bcad47cd8b34f527e808d9ed1eb2969 [file] [log] [blame]
{
"name": "MLModule",
"version": "1.0.0",
"summary": "A delightful iOS module and sdk framework.",
"homepage": "http://gitlab.mljr.com/ios/MLModule",
"license": "MIT",
"authors": {
"刘祥洋": "xiangyang.liu@mljr.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://gitlab.mljr.com/ios/MLModule.git",
"tag": "1.0.0"
},
"source_files": "MLModule/**/*",
"requires_arc": true,
"subspecs": [
{
"name": "MLOctopus",
"source_files": "MLModule/MLOctopus/*",
"ios": {
"frameworks": [
"MapKit",
"Contacts",
"AddressBook"
]
}
}
]
}