blob: b7995f71c403ca5857a1ec59c007fb2324a8d8fc [file] [log] [blame]
{
"name": "SNMediatorKit",
"version": "0.0.9",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A delightful iOS and OS X Project framework.",
"homepage": "https://github.com/snlo/SNMediatorKit",
"authors": {
"snlo": "snloveydus@sina.com"
},
"source": {
"git": "https://github.com/snlo/SNMediatorKit.git",
"tag": "0.0.9"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "SNMediatorKit/Testing/Utils/**/*.h",
"source_files": "SNMediatorKit/Testing/Utils/**/*.{h,m}",
"dependencies": {
"ReactiveObjC": [
]
},
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}