blob: 707995a1a914e1418d714c6eb5c0236496561132 [file] [log] [blame]
{
"name": "SNMediatorKit",
"version": "0.1.1",
"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.1"
},
"source_files": "SNMediatorKit/Testing/TestingHeader.h",
"resources": "SNMediatorKit/SNMediatorKit/Resources/Images/Image.bundle",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"ReactiveObjC": [
]
},
"subspecs": [
{
"name": "Utils",
"source_files": "SNMediatorKit/Testing/Utils/**/*.{h,m}"
}
]
}