blob: 8a150c8e4141ea98c212c6a3d1633b620333d6da [file] [log] [blame]
{
"name": "MFCore",
"version": "2.2.0-RC2",
"summary": "Movalys Framework MFCore.",
"homepage": "http://www.movalys.org",
"license": {
"type": "LGPLv3",
"file": "LGPLv3-LICENSE.txt"
},
"authors": "Sopra Steria Group",
"source": {
"git": "https://github.com/MovalysMDK/mdk-ios-lib-core.git",
"tag": "2.2.0-RC2"
},
"platforms": {
"ios": "8.0"
},
"header_mappings_dir": ".",
"requires_arc": true,
"source_files": "MFCore/**/*.{h,m}",
"xcconfig": {
"OTHER_LDFLAGS": "-lz"
},
"frameworks": "CoreText",
"exclude_files": "MFCore/security/KeychainItemWrapper.{h,m}",
"subspecs": [
{
"name": "Dependencies",
"dependencies": {
"MDKJSONKit": [
"1.0.0"
],
"CocoaLumberjack": [
"2.0.0"
],
"MagicalRecord": [
"2.2"
],
"CocoaSecurity": [
"1.2.4"
]
}
},
{
"name": "SecurityWrapper",
"source_files": "MFCore/security/KeychainItemWrapper.{h,m}",
"requires_arc": false
}
]
}