blob: 92e010a55b9cc62659e1bb6a8618ab4fab39c04f [file] [log] [blame]
{
"name": "SNMediatorKit",
"version": "0.1.0",
"summary": "A delightful iOS and OS X Project framework.",
"description": "If your project uses component-based solutions, you'll be much more handy with this framework!",
"homepage": "https://github.com/snlo/SNMediatorKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snlo": "snloveydus@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/snlo/SNMediatorKit.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"SNMediatorKit/Testing/TestingHeader.h"
],
"resources": "SNMediatorKit/SNMediatorKit/Resources/Images/Image.bundle",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"ReactiveObjC": [
]
}
}