blob: cff29c3af4f3b7d45494f9bfa23bd5e44caf2dc8 [file] [log] [blame]
{
"name": "MPWFoundation",
"version": "3.4",
"summary": "HOM, Streams, Stores.",
"description": "HOM, Streams, Stores, Notification Protocols, etc.",
"homepage": "http://github.com/mpw/MPWFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcel Weiher": "marcel@metaobject.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mpw/MPWFoundation.git",
"tag": "3.4"
},
"source_files": [
"Classes/**/*.{h,m}",
"*.subproj/*.{h,m}",
"bytecoding.c"
],
"public_header_files": [
"Classes/**/*.h",
"*.subproj/*.h"
],
"requires_arc": false,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "FULL_MPWFOUNDATION=1 Darwin"
}
}